Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
/ skin-crawler Public archive

A web crawler for crawling dermoscopic images of skin cancer.

License

Notifications You must be signed in to change notification settings

Huy-Ngo/skin-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawler for skin cancer images

This project attempts to create a crawler for dermoscopic images of skin cancer. This includes both frontend and backend.

The backend consists of packages to crawl images from websites and a web server to collect them and serve the images as an API.

The frontend consumes the API and displays information to the user.

How to run

Backend

  • Add Kaggle API token at ~/.kaggle/kaggle.json
  • In backend/, run static_crawler.py. The crawling process takes some time.
  • Run Flask server:
export FLASK_APP=app.py
export FLASK_ENV=development
flask run

Frontend

Open file frontend/index.html

About

A web crawler for crawling dermoscopic images of skin cancer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published