Skip to content

Jian-Wuyou/cs180-project-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs180-project-webapp

Setup

py -m venv venv
.\venv\Scripts\activate
pip install scikit-learn numpy pandas seaborn matplotlib flask python-dotenv

Run with

py -m app.app
# or, when deploying on Linux
FLASK_RUN_PORT=$PORT FLASK_RUN_HOST=0.0.0.0 flask -app app/app --run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published