SpotVisionAI : Platform that harnesses the power of deep learning and computer vision to analyze skin images and predict potential diseases with remarkable accuracy of 71%.
Visit SpotVision.AI
-
Create a virtual environment
conda create -n your_env_name python==3.10
-
Activate the virtual environment
conda activate your_env_name
-
Install dependencies
pip install poetry poetry install
-
Optional, Sometimes on windows, you need to install tensorflow again.
pip install tensorflow
-
Run the app
streamlit run ./About.py