Skip to content

erikhelmut/japanese-character-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

japanese-character-classification

japanese character classification based on accelerometer data

Using LSTM Networks to predict the Japanese characters drawn in the air with a smartphone.

Idea

How to run the code

Windows PowerShell:

git clone https://github.com/erikhelmut/japanese-character-classification.git
cd japanese-character-classification
python -m venv venv
venv\Scripts\Activate.ps1
pip install -r requirements.txt