Git Product home page Git Product logo

draw-ai-for-kids's Introduction

Certainly! Here's a sample README.md file for your project:

# Number Drawing App

A web application that allows users to draw numbers and check if their drawings match the target numbers. This app makes use of the MNIST dataset for number recognition and provides a simple and intuitive interface for users to interact with.

## Features

- Displays a target number for the user to draw.
- Allows users to draw numbers using a canvas.
- Submits the drawing for prediction and displays the result.
- Provides feedback on whether the drawing matches the target number.
- Supports clearing the canvas and starting over.

## Prerequisites

- Python 3.6 or higher
- TensorFlow 2.6.0 or higher
- Pillow 8.3.2 or higher
- Streamlit 0.90.0 or higher

## Installation

1. Clone the repository:

   ```shell
   git clone https://github.com/your-username/number-drawing-app.git
  1. Navigate to the project directory:

    cd number-drawing-app
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Prepare the MNIST model:

    • Download or train your MNIST model.
    • Save the model as mnist_model.h5.
    • Place the mnist_model.h5 file in the data/mnist directory.

Usage

  1. Start the app:

    streamlit run app/main.py
  2. Open your web browser and visit http://localhost:8501 to access the app.

  3. Draw the number displayed on the screen using the canvas.

  4. Click the "Submit" button to submit your drawing for prediction.

  5. The app will display the predicted number and provide feedback on whether it matches the target number.

  6. To clear the canvas and start over, click the "Clear" button.

License

This project is licensed under the MIT License.


Feel free to modify and customize the `README.md` file according to your specific project requirements.

draw-ai-for-kids's People

Contributors

sachinndhimann 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.