Skip to content

Experiments with various machine learning models for the classification of Latin and Greek letters

Notifications You must be signed in to change notification settings

pobudzey/ml-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ml-experiments

Experiments with various machine learning models for the classification of Latin and Greek letters
https://github.com/pobudzey/ml-experiments

Instructions

  1. Create your virtual environment and install the required packages
    python -m venv env
    source env/bin/activate (or env\Scripts\activate.bat for Windows users)
    pip install -r requirements.txt

  2. Run the model of your choice
    cd src
    python <model>.py

About

Experiments with various machine learning models for the classification of Latin and Greek letters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages