Huy-Ngo / skin-crawler

A web crawler for crawling dermoscopic images of skin cancer.
MIT License
4 stars 2 forks source link

Frontend development #6

Closed Huy-Ngo closed 3 years ago

Huy-Ngo commented 3 years ago

The frontend needs to show images and caption by requesting from the crawler API.

Huy-Ngo commented 3 years ago

Each image should display following information:

User can enlarge an image to see it more clearly by clicking on the image.

The home page shows 10~20 sample images. User can load more images by clicking a button. Images should be loaded without refreshing the page.

Users can also choose to view from one source only.

Huy-Ngo commented 3 years ago

Thanks to #19, not you can use the API for testing frontend.

To run:

For Windows, please use cmd set or read flask doc

huonglarne commented 3 years ago

yes sir, i will try my best

Huy-Ngo commented 3 years ago

We have ~ 7 days before the deadline so please be hurry.

Huy-Ngo commented 3 years ago

Please use JS to consume the API. You have to allow CORS in order to use the API btw.