https://youtu.be/YXzkM08Mko0
-
Create a virtual environment
python3 -m venv myenv
-
Activate the virtual envirnoment[Ubuntu]
source myenv/bin/activate
-
Clone the Repo
git clone https://github.com/G-Slient/cogito-streamlit-app.git
-
Install the required packages
pip install -r requirements.txt
-
Start the backend fastapi server
cd backend/ uvicorn main:app --reload
-
Start the frontend Streamlit Server
cd frontend/ streamlit run app.py
Streamlit application can be accessed by
http://localhost:8501/