https://github.com/siddhesh-agarwal/skin-cancer-detection
A web app to detect Skin cancer using pictures of moles and other marks on skin
https://github.com/siddhesh-agarwal/skin-cancer-detection
cnn healthcare python skin-cancer skin-cancer-detection streamlit tensorflow
Last synced: about 2 months ago
JSON representation
A web app to detect Skin cancer using pictures of moles and other marks on skin
- Host: GitHub
- URL: https://github.com/siddhesh-agarwal/skin-cancer-detection
- Owner: Siddhesh-Agarwal
- Created: 2023-03-25T17:34:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-01T13:10:19.000Z (3 months ago)
- Last Synced: 2025-02-01T14:22:40.376Z (3 months ago)
- Topics: cnn, healthcare, python, skin-cancer, skin-cancer-detection, streamlit, tensorflow
- Language: Python
- Homepage: https://skin-cancer-check.streamlit.app/
- Size: 39.9 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skin Cancer Detection
[Live Site](https://skin-cancer-check.streamlit.app/)
## Running
1. Create a virtual environment
```bash
python3 -m venv venv
```1. Activate the virtual environment
for Linux and Mac:
```bash
source venv/bin/activate
```for Windows:
```bash
venv\Scripts\activate
```1. Install dependencies
```bash
pip install -r requirements.txt
```1. Run the app
```bash
streamlit run ./About.py
```