Skip to content

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

License

Notifications You must be signed in to change notification settings

ThinleyYC/MelaScan_FinalYearProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.3%
  • Python 27.5%
  • CSS 13.0%
  • Mako 0.2%