Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 392 Bytes

FLASK ML-LAB APP

This is the Backend Server app for the Angular front end repo.

For simplicity, there is no requirements file added. Assuming all the required dependencies are already present in the system, we can simply run the file using the command python run.py

In case a dependency is missing, kindly install it using pip install dependency_name.

Python version used 3.9.7