/image-classification-ai-api

Simple script in python to classify images from the cifar-10 dataset. Uses an post-api.

Primary LanguagePython

image-classification-ai-api

Simple script in python to classify images from the cifar-10 dataset. Uses an post-api.

Dockerhub

Demo

Demo

Features

  • Simple web ui
  • Image Classification with 10 labels
  • Runs local
  • Able to make and deploy your own neural network

Run Locally

Clone the project

  git clone https://github.com/MathijsBols/image-classification-ai-api

Go to the project directory

  cd image-classification-ai-api

Install dependencies

  pip install -r requirements.txt

Start the server

  python api.py

Open WebUI

127.0.0.1:5000

Run in docker

Pull the image

  docker pull mathijsbols/image-classification-ai-api

Run docker container

  docker run -d -p 5000:5000 mathijsbols/image-classification-ai-api

Open WebUI

127.0.0.1:5000

Authors

Feedback

If you have any feedback, please reach out to us at info@mathijsbols.nl