Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 406 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 406 Bytes

Buzz Wise Machine Learning

Setup & Installation

  • Install virtual environment with python -m venv [name]
  • Activate using [name]/Scripts/activate
  • Install dependencies with pip install -r requirements.txt
  • Run by typing uvicorn app:app --reload
  • Open 127.0.0.1:8000/docs in browser to view Swagger UI
  • Open 127.0.0.1:8000/redoc in browser to view ReDoc UI