Build for the UNESCO INDIA AFRICA Hackathon; this application detects the learning rate of the user with the help of a Machine Learning model and QUIZ.
- Authentication for the user
- Deployed Machine Learning Model using Flask
- Quiz application for learning rate detection
To start this project run the following commands
- Create the Python virtual environment
python -m venv .
- Activate the Python environment
.\Scripts\activate
- Install the packages using pip
pip install -r ./requirements.txt
- export the flask app
set FLASK_APP=main.py
- Run the application
flask run