unique1o1 / Digit-Classifier

Simple website for identifying digits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digit-Classifier

Installation

cd web_image-classifier 
sudo pip install -r requirements.txt
python3 app.py

Docker

Another option for running this blockchain program is to use Docker. Follow the instructions below to create a local Docker container:

  1. Clone this repository
git clone git@github.com:unique1o1/web_image-classifier.git
cd web_image-classifier
  1. Build the docker container
$ docker build Dockerfile -t web_image-classifier:latest .                 
  1. Run the container
$ docker run --rm -p 80:5000 web_image-classifier

About

Simple website for identifying digits

License:MIT License


Languages

Language:HTML 32.7%Language:JavaScript 21.7%Language:Python 18.6%Language:CSS 17.7%Language:Dockerfile 9.3%