Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.01 KB

README.md

File metadata and controls

83 lines (61 loc) · 2.01 KB

Ethos IIT Guwahati Hackathon

Smart Naka - The Champions

image

Please check the PDF Link Here

Steps to Clone the repository

Demo

Working Demo

Step 1 Home Page

Home

Step 2 Scan 

Home

Step 3 Scan the Registration Plate

scan

Step 4 Verify the Registration Plate

verify

Step 5 Scan the whole vehicle 

verify

Step 6 Check the result

verify


  1. Clone the Repository
    git clone  "https://github.com/Pursottam6003/smart-naka"
    
  2. To install all packages in Package.json() of android run
    npm i 
    
  3. Set up and install React Native CLI
  4. Note : For running the app smoothly you are required to download and install Android Studios and run the Emulator of SDK Manager

Or Either use USB Debugging using your smart phone

  1. After that it will install to your device

  2. For Backend authentication and Vehicle Detection

cd server
  1. Install the packages
npm i
  1. For Vehicle Detection using YOLO please check the README.md file here

Thank You