Sit2stand.ai is a web-app for deriving health-related metrics from a mobile phone video.
The platform is developped in django so it can be deployed as any other django application
- Install requirements with:
pip install -r requirements.txt
- Check settings in
motionlab/settings.py
. In particular, make sure to configure it to run on your database and AWS S3 servers. - Migrate the database with (you may need to manually create a folder called "data" to store the local database):
python manage.py migrate
- Start the server with:
python manage.py runserver
- Visit http://127.0.0.1:8000/ in your browser