Skip to content

Image hosting website with auto tagging based on CNN

Notifications You must be signed in to change notification settings

Harnas/Imagebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Imagebin is an open source software project for fast share uncompressed images. Also implements AI based on Mobilenetv2 neural net trained on imagenet datasets, what mean is ultra fast and can recognize 1000 categories. This power is used for quick auto-tagging.

Used technologies:

- Django
- Tensorflow
- Keras
- SQLite3

Before first run:

conda install keras
pip install -r requirements.txt
python manage.py makemigrations images
python manage.py migrate

To run app:

- python manage.py runserver

And navigate to: http://127.0.0.1:8000/image/

About

Image hosting website with auto tagging based on CNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published