japanese character classification based on accelerometer data
Using LSTM Networks to predict the Japanese characters drawn in the air with a smartphone.
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