Skip to content

Retrieves car model from LTA website using Google Vision AI

License

Notifications You must be signed in to change notification settings

slothhy/car-model-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

car-model-check

Retrieves car model from LTA website using Google Vision AI using a Telegram bot.

Installation

pip3 install -r requirements.txt

Configuration

  1. Create a telegram bot
  2. Create a Google API credentials key and store in the project's root directory
  3. In your project's root directory, create a file called .env. Fill in the keys as below
GOOGLE_APPLICATION_CREDENTIALS=
TELEGRAM_BOT=

How to use

  1. python carmodel.py

Bugs

Feel free to report any bugs running the script.

Disclaimer

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.

About

Retrieves car model from LTA website using Google Vision AI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages