An open API service indexing awesome lists of open source software.

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

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
```