Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 579 Bytes

ML deployment using Flask

To re create the functioning of the code that you saw in the session. Do the following.

  1. Clone the contents of this repo into a directory of your choice
    • git clone https://github.com/SwarajBaral/ml-deployment-using-flask.git
  2. (optional. For best results) Start a virtual environment.
    • python -m venv <your-virtual_environment_name>
  3. Install the requirements.
    • pip install -r requirements.txt
  4. Start the flask server
    • python app.py

Author

Swaraj Baral - Student


✨ Do not forget to star the repo