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.batfor Windows users)
pip install -r requirements.txt -
Run the model of your choice
cd src
python <model>.py