ViswaasLP / Predicting-Shopping-Behaviour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECS 171

How to run the web demo

  1. Install dependencies
  • fastapi
  • uvicorn
  • aiofiles
  • jinja2
    # can use this command to install dependencies
    pip3 install xxx
  1. Compile model files if needed through main.py (models are already pre-compiled in .pkl files).

  2. Run the server

    python3 app.py 

The Web Demo is also available online at https://ecs171-team11.herokuapp.com/.

About


Languages

Language:Jupyter Notebook 98.0%Language:Python 1.2%Language:HTML 0.7%Language:CSS 0.0%