neurostratum
- 9 Devlogs
- 6 Total hours
an accurate gait analysis app to fix postures and the way of walking
an accurate gait analysis app to fix postures and the way of walking
dev log 9- trying to deploy this app has been a nightmare. it is almost impossible to do so without paying for the web services so instewad ive decided to add a demo video showing how the project works with the files they can download and run by themselves
dev log8- I FINALLY FINISHED MY GAIT DETECTION APP!!! I’m insanely happy with how this turned out and now all thats left is to fire up my local nodejs server test to see its accuracy, beautify things and then FINALLY i’ll learn how to ship my project (since its got a python backend which i’d love to get help from yall on how to ship) and we’ll move on to the next project!!
devlog 7 - just finished the program which checks your posture! it uses our gait engine aswell because it checks a few other metrics including the shoulder alignment, finally all i need to do is create the 3rd and final program which has an option to take in the walking style measured in a loong time (saved as csv) and report given to us as a pdf. Then i make the index.html and try my best to ship the project!
Devlog 6- finalised my pdf generation for the gait analyzer this morning and safe to say this was a PAAIN to make i had to learn so many new terms it was crazy anyways the pdf generator basically takes your gait data (cadence, stride length,step length, double support time) in a form of csv (which my gait analysing engine tracks real time and creates) and gives you an automated response of all the data on wether your walking style is good or bad, ive got only a few more html files to make and finally i can ship this project!
43 mins later and alot of changes had to be made to all of my files since im updating them as im moving forward with each new file. now i’ve been working on the csv data to pdf file converter in python and hopefully it goes smooth!
After hours of understanding how html works i finally made a html page for tracking the gait of a person whose walking! took me long enough lol now im gonna move on to other parts of the program!
Devlog-3 : The python engine: so after a long 26 minutes i finallyy finished the python engine which basically tracks the legs of the person its viewing and calculates the distance the ankle, heel etc are from each other and then with some arc tan finding angle yabadabadobee, it finalllyyy worked. now i’ve started on the html part and safe to say this is a pain in the butt. but away we go!
because i had to change the folder name, the hackatime time checker messed up and ruined the timing i had actually done, which was for 57 minutes. but nonetheless the initial writing for server.js is complete! now ive moved on to making a gait engine which basically tracks the way you walk. this will be the core part of the project and as im making it im able to learn a little about maths aswell lol
DEVLOG 1: i learnt how to set up a server with node.js and it seems quite complex but turns out that its just this obstacle i need to cross to start locking in on the actual app!!! And just by learning how to initialise your server with server.js, i’ve understood how the backend will be calling the specific apps! this is going to be a looooong project andI’m excited to share the journey with yall!!