Retrieves car model from LTA website using Google Vision AI using a Telegram bot.
pip3 install -r requirements.txt
- Create a telegram bot
- Create a Google API credentials key and store in the project's root directory
- In your project's root directory, create a file called .env. Fill in the keys as below
GOOGLE_APPLICATION_CREDENTIALS=
TELEGRAM_BOT=
- python carmodel.py
Feel free to report any bugs running the script.
This is a private experiment/project to retrieve car model on the roads conveniently. It was a learning opportunity to test out Google Vision AI's capability to solve the captchas automatically.