-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
41 lines (41 loc) · 1.2 KB
/
CITATION.cff
File metadata and controls
41 lines (41 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
cff-version: 1.2.0
title: Zesta - Your Car App
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Divit
family-names: Mittal
email: [email protected]
repository-code: 'https://github.com/DivitMittal/Zesta-Car-App'
url: 'https://github.com/DivitMittal/Zesta-Car-App'
abstract: >-
Swift license plate recognition deep learning model with a
cross-platform front-end to obtain info. pertaining to the
vehicle in real-time. Zesta is a cross-platform mobile
application that allows you to scan a vehicle's license
plate and get information about it in real-time. The app
uses your phone's camera to capture an image of the license
plate, sends it to a server for processing, and displays
the results. The backend is powered by a Node.js server
that communicates with a Python script using deep learning
for license plate recognition.
keywords:
- license-plate-recognition
- computer-vision
- deep-learning
- YOLO
- OCR
- EasyOCR
- OpenCV
- React-Native
- Expo
- mobile-app
- cross-platform
- machine-learning
- NodeJS
- Python
- vehicle-information
license: MIT
date-released: '2024-01-20'