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:
- 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
- Requirements:
python >= 3.4
git clone https://github.com/AI-14/deep-detect-my-handwriting.git- clones the repositorycd deep-detect-my-handwritingpy -m venv yourVenvName- creates a virtual environmentyourVenvName\Scripts\activate.bat- activates the virtual environmentpip install -r requirements.txt- installs all modulesstreamlit run src\main.py- runs the app