Skip to content

An end to end deep learning project made by using streamlit for predicting handwritten drawn digits/alphabets via CNN & ANN.

Notifications You must be signed in to change notification settings

AI-14/deep-detect-my-handwriting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Detect My Handwriting

Table of contents

  1. Description
  2. Steps taken in this Project
  3. Installation and Usage

Description

An end to end deep learning project made by using streamlit for predicting handwritten drawn digits/alphabets via CNN & ANN.

Click here to try the app:

Open in Streamlit

Steps taken in this Project

  • Data collection
  • EDA & visualization
  • Model selection & building it
  • Evaluation of the models
  • Saving the models
  • Application program for real time usage
  • Deployment on streamlit-sharing

Installation and Usage

  • Requirements:
    • python >= 3.4
  • git clone https://github.com/AI-14/deep-detect-my-handwriting.git - clones the repository
  • cd deep-detect-my-handwriting
  • py -m venv yourVenvName - creates a virtual environment
  • yourVenvName\Scripts\activate.bat - activates the virtual environment
  • pip install -r requirements.txt - installs all modules
  • streamlit run src\main.py - runs the app

About

An end to end deep learning project made by using streamlit for predicting handwritten drawn digits/alphabets via CNN & ANN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages