Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.71 KB

README.md

File metadata and controls

39 lines (26 loc) · 2.71 KB

Welcome to Watcher

What is Watcher?

Watcher is a cutting-edge security protocol that uses different deep learning models and artificial intelligence to track motor vehicles, criminals, theft and illegal trespassing via a modern CCTV network. We don't simply watch their movements; we also serve as a GPS for the massive network of traffic that passes through our city every day, allowing concerned authorities to keep an eye on these activity through out the city.

This app and web has been submitted as a part of the final presentation given by our team (Ganesh Prajapati,Devajit Patar, Vandit Tyagiand Gautam Sarawagi) in the country's first, one of a unique Hackathon - Ethos organised by IIT Guwahati.

View our Final's Presenation here.

Police and Consumer can uses this app : Apk Link

Youtube Link : Link

Setting Up the Project

1. Web

For login purposes use the id : [email protected] and password : Admin@1234

For running the application in your local web server:

  • At first you must have the python,node js and mongodb installed.
  • Now clone the repository using the command git clone https://github.com/gautamsarawagi/Watcher_App.git.
  • Open the Watcher_Web folder.
  • This website folder consists of two parts frontend and backend
  • Open the backend folder and type uvicorn main:app in the terminal. Your backend server will start.
  • Now open the frontend folder and type npm i in the terminal.Now to start the frontend server write npm run dev *You can see your website being running on localhost:3000

2. Android

For Police Authentication : For login purposes use the id : [email protected] and password : 12345678

For Consumer Authentication : For login purposes use the id : [email protected] and password : 12345678

For running the application in your local web server: