Skip to content

Latest commit

 

History

History
178 lines (100 loc) · 10.7 KB

File metadata and controls

178 lines (100 loc) · 10.7 KB

INTRUSION DETECTION FRAMEWORK IN HOME AUTOMATION SYSTEM USING COMPUTER VISION

TEAM NAME - TEAM KAVACH

  • TEAM LEADER - AADHAAR KOUL (5th semester cse dept)
  • TEAM MEMBER - ARJUN CHARAK (5th semester cse dept)
  • TEAM MEMBER - BASEER FATIMA (5th semester cse dept)
  • TEAM MEMBER - NOVNEET SINGH (5th semester cse dept)

CLASS COORDINATOR - ARJUN PURI SIR

"Protecting your home with the power of sight - our intrusion detection system sees everything, so you don't have to."

Smart Security Solutions for Intrusion Detection

Profile picture

Profile picture

  • EQUAL CONTRIBUTION
  • NO PLAGIARISM
  • REDISTRIBUTION OF ANY CORE COMPONENTS TO MAKE PROFITS WILL BE TREATED AS AN ACTIONABLE OFFENCE.

ABSTRACT

A cutting-edge intrusion detection and automation system that uses advanced technology such as Computer Vision, Honeypot technology, and Neural Networks to accurately detect and classify intrusions in the network as well as the lodging. With additional features such as IoT technology, locking mechanisms, parameter directory sensors, and an Augmented Reality (AR) based application, development of a seamless and consumer-friendly experience that takes security to the next level.

Objectives:

  1. Development of an advanced intrusion detection networking system, automation, and notification system using the latest Computer Vision and Honeypot technology, as well as Conventional Neural Networks-based network and home security systems. 2.Creating a hardware and software solution that accurately classifies the level of intrusion in a premises or Local Area Network/Wide Area Network.
  2. Developing a coordinated framework and parameter directory sensors that provide a seamless security system.
  3. Design and implementing an IoT-based locking system that prevents unauthorized access to the property using Computer Vision and Neural Networks framework.
  4. Development of an Augmented Reality-based application to work with GenioSwitch (our unique product) to enable non-smart devices to function as smart devices without replacing them.
  5. Creating an advanced notification and alarming system that alerts users in real-time when an intrusion is detected or when the locking system is applied.
  6. Conduction of comprehensive market research to ensure that the system meets the unique requirements of businesses and consumers.

Tech

  • IOT Microcontrollers - (Arduino Uno , Pro Micro , ESP32CAm , ESP8266)
  • IOT Programming Boards - (Raspberry Pi , Pico , 4 , Zero)
  • C , Arduino , C#
  • Blynk Cloud , Unity

Specifications (Minimum requirement)

  • RAM - 2GB
  • PROCESSOR - CORE 2 DUO OR HIGHER FOR Q LEARNING TABLE PLOTTING
  • WINDOWS VERSION - 10 OR HIGHER
  • PYTHON INTERPRETER VERSION - PYTHON 3.7 AND PYTHON 10.0
  • INTERNET CONNECTIVITY - REQUIRED

DOCUMENT AND THE PPT FILE CAN BE FOUND IN THIS REPOSITORY ONLY JUST CHECK THE REPOSITORY CONTENTS ABOVE

SAMPLES / PICTURES

Code Sample Initial Training

First Contributions

This project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below.

If you're not comfortable with command line, here are tutorials using GUI tools.

fork this repository

If you don't have git on your machine, install it.

Fork this repository

Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account.

Clone the repository

clone this repository

Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon.

Open a terminal and run the following git command:

git clone "url you just copied"

where "url you just copied" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.

copy URL to clipboard

For example:

git clone https://github.com/this-is-you/first-contributions.git

where this-is-you is your GitHub username. Here you're copying the contents of the first-contributions repository on GitHub to your computer.

Make necessary changes and commit those changes

Now open Contributors.md file in a text editor, add your name to it. Don't add it at the beginning or end of the file. Put it anywhere in between. Now, save the file.

git status

If you go to the project directory and execute the command git status, you'll see there are changes.

Add those changes to the branch you just created using the git add command:

git add Contributors.md

Now commit those changes using the git commit command:

git commit -m "Add <your-name> to Contributors list"

replacing <your-name> with your name.

Push changes to GitHub

Push your changes using the command git push:

git push origin <add-your-branch-name>

replacing <add-your-branch-name> with the name of the branch you created earlier.

Submit your changes for review

If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.

create a pull request

Now submit the pull request.

submit pull request

Soon I'll be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.

Where to go from here?

Congrats! You just completed the standard fork -> clone -> edit -> pull request workflow that you'll encounter often as a contributor!

Celebrate your contribution and share it with your friends and followers by going to web app.

You could join our slack team in case you need any help or have any questions. Join slack team.

Now let's get you started with contributing to other projects. We've compiled a list of projects with easy issues you can get started on. Check out the list of projects in the web app.

Tutorials Using Other Tools

GitHub Desktop Visual Studio 2017 GitKraken VS Code Sourcetree App IntelliJ IDEA
GitHub Desktop Visual Studio 2017 GitKraken Visual Studio Code Atlassian Sourcetree IntelliJ IDEA
添加内容

License

MIT

Free Software, Hell Yeah!