AI Number Recognition This project made alongside the Poc AI pool is a gradio application detecting what number was drawn. The AI model was made using PyTorch and trained on the MNIST dataset with an accuracy of ~ 70%. INSTALL Clone the repository and use the command below RUN To try the model, simply run: python3 number_recognotion.py The link to the gradio application will be display in the terminal