Skip to content
 
 

Latest commit

 

History

71 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧑‍💻 MelaScan Setup Guide (Windows)

1. Create & Activate Virtual Environment

python -m venv venv
.\venv\Scripts\Activate

2 . Install Requirements

pip install -r requirements.txt

3. Configure Environment

  • Make sure .env exists in the project folder.
  • It should include:
    FLASK_APP=app
    FLASK_ENV=development
    SECRET_KEY=your-secret-key
    SQLALCHEMY_DATABASE_URI=sqlite:///mela.db
    UPLOAD_FOLDER=uploads

4. Run Database Migrations

flask db upgrade

First-time setup:

flask db init
flask db migrate -m "Initial"
flask db upgrade

About

A skin cancer, melanoma detection website integrated with Deep Learning Models and a complete database management system based on Flask Framework and SQLite

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages