Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 415 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 415 Bytes

steps to run

1. Install dependencies in your environment

pip install -r requirements.txt


2. Start the FastAPI server, to interact with database

uncomment lines 25,26,27 in main.py . then run

python main.py


3. Start the streamlit UI interface

if running locally change uncomment line:17 & comment line:18 in fe_app1.py . then run

streamlit run fe_app1.py