Skip to content

This project implements web application of MNIST classification.

License

nk12U/MNIST-classification-web-app

Repository files navigation

MNIST-classification-web-app

Overview

This project implements web application of MNIST classification.

Architecture

  • Frontend: JavaScript
  • Backend: Python
  • Framework: FastAPI

Command

$ git clone https://github.com/nk12U/MNIST-classification-web-app.git
$ docker-compose up --build -d
$ docker exec -it MNIST-classification-web-app /bin/bash

Inside the container

$ uvicorn app:app --host 0.0.0.0 --port 8000

access http://localhost:8000 with browser

About

This project implements web application of MNIST classification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published