This repo is just a practice repo to test how to use Machine Learning (Linear Regression here) using Flask.
- Clone the repo.
- Create a virtual environment
python -m venv venv
- Activate virtual environment
venv\Scripts\activate
- Install all packages, dependencies using the command :
pip install -r requirements.txt
- Start the development server using command :
python routes.py
And you are good to go.