mirror of
https://github.com/FoggedLens/alprleaks.git
synced 2026-02-12 14:32:44 +00:00
3df3ecb963c188795053a0e93db0776ee13a43d5
ALPR Leaks
Log license plates, vehicle make, vehicle color, and vehicle model to a CSV along with a JPEG image of the vehicle from Motorola ALPRs exposed to the public internet.
This script is preloaded with 3 IP addresses, but more can be added.
Running Locally
To run this project locally, follow these steps:
Prerequisites
Make sure you have the following installed on your machine:
Installation
- Clone the repository:
git clone https://github.com/frillweeman/alprleaks.git
- Navigate to the project directory:
cd alprleaks
- Install the dependencies:
npm install
Running the Project
- Compile the TypeScript files:
npm run build
- Start the application:
npm start
Description
Languages
TypeScript
100%