Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 446 Bytes

KernFont

Welcome to project MachineKern. This is my master's degree thesis in Deep Learning. The goal is the compair of classic machine learning system and the new computer vision neural network.

Python Libraries:

  • tensofont
  • fontTools
  • ufoLib
  • pandas
  • torch

Setup

Create virtual environnement

python3 -m venv venv

Install requirements for the project

pip install -r requirements.txt

Start