Skip to content

agrawal-prateek/Antitheft-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Security system

Antitheft Pro is security system. This is a software for that security system. This security system can be used to secure costly things like Jwellery, Money, Confidencial Documents etc. This Product can be used in Banks, Showrooms, Jwellery Shops, Homes etc. This security system is used for prevent thefting as some special functionalities to catch the theif.

Requirements

  • Python3
  • PIP
  • FLASK
  • JNinja2
  • Flask-Uploads

OS

  • Ubuntu Mate or Noobs

Note- Some other libraries are required which are different for client and server. These can be installed via:

    pip install -r requirements.txt

This project contains Client Machine and Server Machine code-

  • Copy Antitheft Clientis for Product Client Machine Raspberry Pi which can be copied to raspberry pi In /home/pi.
  • Host Antitheft-Server on the cloud. Software can be used to Control and Monitor the system.

Installation Procedure for Server

  • First Update Your system by executing following commands

      sudo apt-get update -y
      sudo apt-get upgrade -y
    
  • Python3 is needed to run this website. To install python3, run the following command

       sudo apt-get install --upgrade python3
    
  • Now install pip

      sudo apt-get install python-pip --upgrade
    
  • Install Dependencies

      sudo pip install -r requirements.txt
    
  • Finally, Run the server

      python3 main.py
    
  • Browse to http://0.0.0.0:5000

Note: Port can changed from main.py in the project directory

For any query, feel free and contact me

Prateek Agrawal
prateekagrawal89760@gmail.com
Website | LinkedIn | (+91) 7464847884

Thanks for Reading