Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.19 KB

File metadata and controls

29 lines (23 loc) · 1.19 KB

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