Skip to content

Sample image downloader from web pages and image data search api

Notifications You must be signed in to change notification settings

frfahim/image_catalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Catalog

Very basic image scrapper from web pages.

Tech

  • Python
  • Django
  • Django Rest Framework

Installation

  • Clone repo git clone git@github.com:frfahim/image_catalog.git

  • Create a virtualenv python3 -m venv image-venv

  • Activate created virtualenv source image-venv/bin/activate

  • Goto project directory cd image_catalog

  • Install requirement file pip install -r requirements.txt

  • Run project ./startapp.sh

  • API documentation 0.0.0.0:8000/api/v1/docs

If script file get permission error run chmod +x startapp.sh and hit ./startapp.sh again

TODO

  • Docker support
  • Async support in image downloder
  • Postgres/MySql DB integretion

About

Sample image downloader from web pages and image data search api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published