Giter VIP home page Giter VIP logo

bhuwanaryal19 / nepali_digit_recognizer Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 4.99 MB

A flask app which can recognize nepali handwritten digit drawn in your canvas.

Home Page: https://nepali-digits-recognizer.herokuapp.com/

License: MIT License

HTML 1.52% JavaScript 1.54% Python 0.84% Jupyter Notebook 95.82% SCSS 0.28%
nepali nepali-character-recognition keras flask character-recognition

nepali_digit_recognizer's Introduction

Nepali Digit Recognizer

A flask app which can recognize nepali handwritten digit drawn in your canvas.

Demo

predicting 123

Getting Started

Prerequisites

You need to have python3.6 installed on your system to run this code locally. If you don't have python installed then, you can install from here. Tensorflow doesn't officially support python 3.7 on windows, so you need to install 3.6 version.

Install and setup

  1. Clone this repo.
git clone https://github.com/bhuwanaryal19/nepali_digit_recognizer
cd nepali_digit_recognizer
  1. Make virtual env for python and install requirements.
python -m venv digit_env
source digit_env/bin/activate   # for linux
digit_env\Scripts\activate      # for windows
pip install -r requirements.txt
  1. Run app.py and control click link to open app in browser.

    python app.py

License

This project is licensed under the MIT License - see the LICENSE file for details

Contribution Guidelines

If you like to contribute to this project, then here are some directions:

  1. Approach this project as a active learning i.e get feedbacks for predictions and store predicted data along with labels and retrain with new data at certain interval. I believe this helps to improve the accuracy as in this case train, valid data are of different distributions than real data.
  2. You can convert model into tflite model and make android app.
  3. You can collect test data that will be representive of actual data and tune hyperparameters.
  4. As our original data contains mislabels detedect those and label them correctly.

If you have any other suggestions or would like to collabrate in this project or any other, then connect me in linkedin.

Credits

nepali_digit_recognizer's People

Contributors

bhuwanaryal19 avatar dependabot[bot] avatar

Stargazers

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