This is a demo of the assignment in the Foundations of Data Science Course (CS F320). This repository hosts the front end for a Streamlit app that can recognize fonts using a model trained on a custom dataset. The app allows users to upload images of text, and it will predict the font used in the image. The model has been trained on a diverse set of fonts to ensure accurate recognition.
-
Clone the Repository
https://github.com/joejo-joestar/Font-Detection-App.git cd Font-Detection-App
-
Install the requirements
pip install -r requirements.txt
-
Launch the app
streamlit run streamlit_app.py