This project requires following dependencies:
- Programming Language: Python
- Packagem Manager: pip
Build UAS_ModelDeployment from the source and install dependencies:
- Clone the repository
git clone https://github.com/DerrickVericho/UAS_ModelDeployment.git
- Navigate to Project Directory
cd UAS_ModelDeployment - Install the depencdencies
pip install -r requirements.txt
- Run the backend
uvicorn backend:app --reload
- Run the frontend
streamlit run frontend.py