Giter VIP home page Giter VIP logo

mnist_test's Introduction

MNIST

Description

This repository contains a project developed for Hack Club. It implements a Convolutional Neural Network (CNN) to recognize handwritten digits from the MNIST dataset. For an introduction to neural networks, see this guide.

Requirements

  • Python >= 3.8

Setting Up the Environment

  • Windows: ./start_Windows.bat
  • Linux/macOS: ./start_Linux.sh

These scripts will install required dependencies, and build a virtual environment for you if you don't have one. They will also start the GUI automatically

Running the Program (CLI or GUI)

CLI:

  1. Navigate to the bin directory: cd bin

  2. Choose your method:

    • GUI: python MNIST_gui.py [--help] (use python3 on Linux/macOS)
      This will launch the GUI for testing the neural network, it will open the browser automatically.

    Image

    You can find examples of images in the data/Examples folder.

    • Model: python MNIST.py [--help] (use python3 on Linux/macOS)
      This will run the model via command line interface.

    The --help flag displays available command-line arguments.

    Image

GUI:

Double click on the start files for your OS, and it should open the GUI app automatically.

Usage

GUI

The GUI allows for an interactive experience to test the neural network. Follow the on-screen instructions and see the model's predictions in real-time.

CLI

The command-line interface allows for training and testing the model through specified arguments. Use the --help flag to explore available options.

Author

Neetre

mnist_test's People

Contributors

neetre avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.