Image detection project
As a prerequiste. latest version of Python should be installed Unzip ModelSS.zip in a folder.
Create Virtual environment
python -m venv .venv
source .\.venv\Scripts\activate (Windows)
source .venv/bin/activate (MacOS)Install the necessary requirements
pip install -r requirements.txtOnce installed, run the app using
streamlit run Home.pyThe sms.py file will need to be set up with a virtual phone number for text messages.