Experiments with various machine learning models for the classification of Latin and Greek letters
https://github.com/pobudzey/ml-experiments
-
Create your virtual environment and install the required packages
python -m venv env
source env/bin/activate
(orenv\Scripts\activate.bat
for Windows users)
pip install -r requirements.txt
-
Run the model of your choice
cd src
python <model>.py