Skip to content

blaze-arch/MNIST-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Проект распознавания рукописных цифр

Этот проект представляет собой простую нейронную сеть, обученную на датасете MNIST для распознавания рукописных цифр. Включает в себя веб-интерфейс для тестирования модели в действии.

  • train.py - скрипт для тренировки модели.
  • webui.py - Flask-приложение для демонстрации работы модели через веб-интерфейс.

Запуск проекта

Для запуска проекта выполните следующие шаги:

$ pip install -r requirements.txt           # Установка зависимостей
$ python3 train.py                          # Тренировка модели
$ python3 webui.py                          # Запуск веб-интерфейса

Handwritten Digit Recognition Project

This project is a simple neural network trained on the MNIST dataset for recognizing handwritten digits. It includes a web interface for testing the model in action.

  • train.py - script for training the model.
  • webui.py - Flask application for demonstrating the model via a web interface.

Running the Project

To run the project, follow these steps:

$ pip install -r requirements.txt           # Install dependencies
$ python3 train.py                          # Train the model
$ python3 webui.py                          # Launch the web interface

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published