Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 453 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 453 Bytes

COVID PREDICTOR

This repo is just a practice repo to test how to use Machine Learning (Linear Regression here) using Flask.

Setup

  1. Clone the repo.
  2. Create a virtual environment python -m venv venv
  3. Activate virtual environment venv\Scripts\activate
  4. Install all packages, dependencies using the command : pip install -r requirements.txt
  5. Start the development server using command : python routes.py And you are good to go.