The purpose of this project is to detect Plates of all vehicles on Viet Nam streets and then recognize exactly the characters on them.
- Setup Environment (Using conda) Download and Install at here. Then, run the commands:
conda create -n myenv python=3.6
conda activate myenv
- Run this comandline to install necessary library.
pip install -r requirements.txt
- When you done, run bellow to start app.