HTM for fall detection

Hello,
I have an idea of using HTM for FALL DETECTION I am facing issue of installing HTM dependencies such as NUPIC. The HTM does not support python3 its only using Python 2 and it s seems to be difficult of installing pytorch and other machine learning librairie on python 2. Other side am also have issue of installing python3 using core HTM. I wonder how I can deal with these issues! DOES ANYBODY HAVE A CLUE TO HANDLE THIS?? :smiling_face_with_tear:

1 Like

I guess you should use GitHub - htm-community/htm.core: Actively developed Hierarchical Temporal Memory (HTM) community fork (continuation) of NuPIC. Implementation for C++ and Python instead of NuPIC

Following instructions on that page it installed in a python 3.10 virtualenv in Ubuntu 22.something

2 Likes

alright! i am windows user but i will give a try! Thanks

1 Like

The htm.core library runs on both linux and windows and uses python3. You will need the Visual Studio C++ compiler to build on windows however. Make a clone of the htm.core repository on your computer then follow the instructions in the README,

2 Likes