Skip to content

neliel123/Plate_number_tracking_web_app

Repository files navigation

AI Plate Number Recognition System

How to manually install all libraries

  1. Open a new command prompt and cd into the project folder
cd C:\git-repo\Plate_number_tracking_web_app
  1. Create a new virtual environment
py -m venv .venv
  1. Activate the virtual environment
.venv\Scripts\activate

You should see the following image displayed (.venv)

image

You should see the following images displayed

  1. Install the project dependencies
pip install -r requirements.txt

You should see the following image displayed image

Steps to run the project

  1. Open command prompt
  2. Execute the below command
cd c:\git-repo\Plate_number_tracking_web_app
  1. Activate the virtual environment
.venv\Scripts\activate
  1. Set the program variables by executing the below command
set FLASK_APP=app
set FLASK_ENV=development
  1. Run the application
flask run --host=0.0.0.0
  1. Open your browser and copy the URL taken from command line image
username: admin
password: admin_password