Melanoma_AI is a realtime web application built with Streamlit for early skin cancer detection. It allows users to login/signup and access the melanoma detection feature.
- Clone this repository to your local machine.
- Install the required dependencies by running:
pip install -r requirements.txt
- Obtain the Firebase Admin SDK JSON file and save it in the project directory.
- Run the Streamlit app by executing:
streamlit run melanoma_ai.py
- Upon running the Streamlit app, you'll be greeted with a login/signup page.
- If you're a new user, choose "Sign Up" and provide your email address, password, and a unique username. Your account will be created, and you'll be prompted to login.
- If you're an existing user, choose "Login" and enter your email address and password.
- After logging in, you'll be able to access the melanoma detection feature.
- Streamlit: Streamlit
- Firebase Admin SDK: Firebase Admin SDK
This project is licensed under the MIT License.