Skip to content

EmWhyy/NumberPlateRecognition

 
 

Repository files navigation

NumberPlateRecognition

This projects aims to create a program to make images and videos safe to upload under strict data protection laws.

Start the UI by installing the conda environment and executing the module:

conda env create --name NumberPlateRecognition --file=environment.yml
python -m safe_video

Useful examples for working with the package can be found in the Jupyter Notebook test.ipynb

Models

Developer Information

Rules

  • Always create a new brach for a new feature. Use the first letter of your name as the start of the branch name (e.g. c-topic)
  • Use typing for all functions and classes

Conda Environment

All the dependencies for this project are saved in the environment.yml file for a conda environment. Use

conda env create --name NumberPlateRecognition --file=environment.yml

to create the conda environment. Use ctrl+shift+p and search for python:Select Interpreter to select the environment as interpreter in vs code.

When installing new packages create a new file with:

conda env export > environment.yml

To update your conda environment with the new file use:

conda env update --file environment.yml --prune

Further Resources

Datasets for potential creation of additional models

Specific Topics

Faces

Number Plates

Numbers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 93.3%
  • Jupyter Notebook 6.7%