WI Projekt
Getting started
-
clone the reposotry
-
install the requirements
pip install -r requirements.txt
Starting the program
- to check if requirements are correcly installed you can use this file
Starting the Frontend
- change to the frontend folder
cd Frontend
- using the streamlit run command
streamlit run app.py
- Streamlit will automatically open the frontend in your browser
- available at
Local URL: http://localhost:8501
Starting the Backend
- change to the backend folder
cd Backend
- start the backend
fastapi run backend.py
- FastAPI can be accessed via:
- available at
Local URL: http://127.0.0.1:8000/docs