This project uses a Tensorflow Keras CNN model to interpret written text.
These instructions will get you a copy of the project up and running on your local machine.
You need to have Python and pip installed on your machine. You can download Python here and pip is included in Python 3.4 and later versions.
- Clone the repository:
git clone https://github.com/NathanCodingJohnson/SilconXHackathon24.git- Navigate into the cloned repository:
cd SiliconXHackathon24- Install the required Python packeges:
pip install -r requirements.txt- Run the Flask Application:
python appy.py- Open your web browser and navigate to
http://localhost:5000to view the application