Skip to content

hkovesdi/machine-learning-digit-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the project

Simple application that recognizes digits written on a canvas.

Setup instructions

  • cp .env.example .env
  • git submodule init
  • git submodule update
  • cd docker-for-digit-recognition
  • cp .env.example .env
  • docker-compose up -d --build workspace nginx php-fpm python-flask
  • docker-compose exec workspace bash
  • composer install
  • npm install
  • php artisan key:generate
  • npm run prod

About

Very simple app that recognizes the digits the user writes on the canvas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors