Skip to content

ariG23498/license-plate-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license-plate-detection

TCS humAIn This repo is the API for the Detection of a license plate.

Usage:

cd into the folder and conda create --name <environment name>
Now that the environment is ready, get inside the environment.
After that

  • conda install tensorflow
  • pip install Flask
  • pip install pillow
  • conda install opencv

cd into object detection folder and run app.py, this will host a RESTful api.
The API endpoint for the predictions is <base url>/predict which takes a HTTP POST and an image in the form-data.

Input

Let's check our model shall we?

Postman Window

The model has been wrapped to a Flask application that can easily be hosted 🔥 🙌 🔥

Output

Releases

No releases published

Packages

No packages published

Languages