Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 675 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 675 Bytes

Let's Learn Aksara Jawa!

Aksara Jawa classification is intended to be used to teach people how to write Javanese language. It is a machine learning approach in classifying drawn symbols using a CNN model. We used a dataset from Kaggle.

Getting Started

Setting up environment

Please add a .env file containing

PORT=8080

Starting the service

Make sure you've installed Docker. Then run

docker-compose up

you can access the web application at localhost:8080

Code Organization

Frontend

Please click here to view the frontend

Backend

Please click here to view the backend