TBCareApp
1.0.0
An AI-Powered Web App to Track the Spread of TBC and Healthcare Resources in Indonesia
pip3 install virtualenv
python3 -m venv venv
Activate your new python virtual environment
source venv/bin/activate
venvScriptsactivate
Install all packages in the requirements.txt
file
pip3 install -r requirements.txt
streamlit run Home.py