The workout platform revolutionizing the way you workout with a built-in AI coach that changes how you exercise.
tldr; Sensai transforms how you workout by providing you with real-time suggestions and analytics, powered by advanced computer vision algorithms.
Website -> Backend API -> AI Model -> Website
- Flask webserver that handles authentication, image processing, and workouts
- JWT (Json Web Tokens) for authentication
- MongoDB as our database
- Mediapipe for finding (x, y) coordinates of body landmarks
- SocketIO for real-time data exchange with the client
- Built with NuxtJS and WindiCSS, and designed on Figma
- SocketIO for real-time data exchange with the server
cd backend
poetry install
FLASK_APP=backend FLASK_ENV=development poetry run flask run
cd website
yarn install
yarn dev