-
Create a virtual environment
python3 -m venv venv
-
Activate the virtual environment
for Linux and Mac:
source venv/bin/activatefor Windows:
venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Run the app
streamlit run ./About.py
ShivenKhurana1/MoleDetectApp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|