Skip to content

NailaZukanovic/Artificial-intelligence

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django + PyTorch Image Classification App

A simple Django web app classifying uploaded images using a pretrained PyTorch DenseNet.

As an example of how to integrate PyTorch with Django and deploy it on Heroku.

image classification demo

Setup

pip install -r requirements

Usage

Live demo: Heroku

Development

python manage.py runserver

The app is running on http://localhost:8000/

Production Deployment on Heroku

See description in blog post.

About

projekat iz predmeta Vestacka inteligencija. Skini ovo, ubaci svoj kod i hostaj na heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 51.4%
  • Python 48.6%