GithubHelp home page GithubHelp logo

pushp360 / god-s-eye Goto Github PK

View Code? Open in Web Editor NEW

This project forked from neerajram30/god-s-eye

1.0 0.0 0.0 18.29 MB

๐Ÿ‘ฎโ€โ™‚๏ธ initiative to helps police officers to find missing people

Python 38.10% CSS 29.21% HTML 32.69%

god-s-eye's Introduction

GOD,S EYE

Prerequisite

  1. Python3
  2. Dlib
  3. Postgressql RDMS
  4. Pgadmin4 (not mandatory)

Installation

Clone this respositor using the command

git clone https://github.com/neerajram30/God-s-Eye.git

Ubuntu:

cat requirements.txt

From the requirements install all the libraries one by one or install all by

pip install -r requirements.txt

Configuration

Create .env in root directory and configure it to files. Replace the fields with your credentials

DB_HOST     = "YOUR HOST NAME"
DB_NAME     = "YOUR DB NAME"
DB_USER     = "YOUR DB USER NAME"
DB_PASS     = "YOUR DB PASSWORD"
APP_SECRET  = "APP PASSWORD"

Usage example

For running this app on development environment you can uncomment this code

if __name__=='__main__':
    app.run(debug=True)

For running this app on production environment you can uncomment this code, the CCTV will only open when this option is enabled.

if __name__ == '__main__':
    app.run(host='0.0.0.0', port=2204, threaded=True)

For creating database tables run command:

python3 createTables.py

For running this application on both product and development environment you can use this command

python3 app.py

Built With

Libraries Used

Contact Us


Linkedin profile

god-s-eye's People

Contributors

neerajram30 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.