Skip to content

harshit-070/UIAH-Learning-Rate-Detection

Repository files navigation

Learning Rate Dectection

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.

Features

  • Authentication for the user
  • Deployed Machine Learning Model using Flask
  • Quiz application for learning rate detection

Installation

To start this project run the following commands

  1. Create the Python virtual environment
python -m venv .
  1. Activate the Python environment
.\Scripts\activate
  1. Install the packages using pip
pip install -r ./requirements.txt
  1. export the flask app
set FLASK_APP=main.py
  1. Run the application
flask run

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published