Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
13 views

Final MIni Project Report Format

Uploaded by

sanchitpund09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Final MIni Project Report Format

Uploaded by

sanchitpund09
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

MINI PROJECT

REPORT ON

“<Home Security>”

Submitted By:
1. Sanchit Pund (243311)
2. Srushti Suryawanshi (243344)

Submitted To

Savitribai Phule Pune University

As a partial fulfilment for the award of the degree of

MASTER OF COMPUTER APPLICATION


Semester: 1

At
ASM’s Institute of Business Management and Research,
Chinchwad, Pune – 19
Audyogik Shikshan Mandal’s
(Society Regd. No. Maharashtra/ 1330/ Pune 83; Public Trust No. F-2451/ Pune 83)
INSTITUE OF BUSINESS MANAGEMENT AND RESEARCH, MCA, PUNE
Approved by AICTE, Govt. of India & Affiliated to Savitribai Phule Pune University

Ref. No. ASM/IBMR/MCA Date:

CERTIFICATE
This is to certify that Mr /Miss _

_ is a bonafide student of the ASM`S IBMR,MCA Program of this


institute for the academic year 20 / 20
He/ she has undertaken and completed the Mini project as prescribed by the
Savitribai Phule Pune University for the partial fulfillment of MCA Program
on the topic

HOD
Guide (MCA Department)

Examiner

MIDC, Block ‘C’ Chinchwad Pune – 411019


Tel +91 – 020 – 27475090 / 27478666 | Fax +91 – 020 – 27471753 | www.asmedu.org | Email:
ibmrmcapune@asmedu.org
DECLARATION

I hereby declare that the present mini project work “Home Security” is
original work carried out under the guidance of “Prashant Kori”, MCA
Department, ASM’s Institute of Business Management and Research,
MCA, Chinchwad. It has not been submitted by me in part or full to any
University for any examination before. This work has been carried out
by me at the Savitribai Phule Pune University during the academic
session 2023-2024.

Date:

1. Sanchit Pund (243311) sign

2. Srushti Suryawanshi (243344) sign

(MCA <I/II/III> Semester)


Department of Master of Computer Application,
ASM’s Institute of Business Management and Research, MCA,
Chinchwad
ACKNOWLEDGEMENT

It is a pleasure to acknowledge the assistance of several people and institutions in

this effort. Honestly speaking, this project has turned me into a debtor. First and

foremost, I feel indebted to my guide and all the faculty members of Department of

MCA, ASM’s IBMR, MCA Institute Chinchwad for their valuable guidance,

continuous support and advice and constant encouragement throughout my project

work.

I would like to extend my gratitude to honorable Dr. V. P. Pawar Sir, Director,

ASM’s IBMR, MCA Institute Chinchwad for being a constant source of

inspiration.

Finally, I would like to extend my thanks to all those who have contributed, directly

or indirectly to make this project successful.

Sanchit Pund (243311)


Srushti Suryawanshi (243344)
Sr.no Topic Page No.
Chapter 1: INTRODUCTION
1.1 Introduction
1.2 Objectives of the Project
1.3 Scope Of the Project
1.4 Intended Audience and Document Overview
Chapter 2: PROPOSED SYSTEM
2.1 Literature Survey
2.2 Existing System

2.3 Proposed System

2.4 Feasibility Study

2.5 Specific Requirements


2.6 Project Modules
Chapter 3:ANALYSIS & DESIGN
3.1 Use-Case Diagram

3.2 Class Diagram

3.3 Data Flow Diagram (Upto level from 0 to 2 )

3.4 E-R Diagram

3.5 Sequence Diagram


3.6 Activity Diagram ( All modules)

3.7 Table Design


3.8 Future Scope
Chapter 4:CONCLUSION
4.1 Limitation & Conclusion

4.2 Bibliography

Index
Chapter 1: INTRODUCTION
1.1 Introduction:-
The importance of home security systems has grown significantly with the
increase in residential areas near wildlife habitats. Homeowners need systems
capable of distinguishing between harmless animals and potential security
threats. This project focuses on developing an animal detection system
integrated with existing home security technologies using computer vision and
machine learning. The goal is to detect animals in real-time using camera
feeds, classify them, and provide users with relevant information, such as
images of the detected animals, along with notifications or alerts.
Additionally, voice interaction capabilities enhance system usability and
accessibility.

1.2 Objectives of the Project


- To develop a home security system that detects and identifies animals using
camera feeds in real-time.
- To create an animal image database for accurate identification and display of
animals detected around the property.
- To implement smart home integration, where animal detection triggers
actions like activating sprinklers or lights.
- To provide security alerts when specific animals are detected, ensuring real-
time monitoring.

1.3 Scope of the Project


- Animal Image Database: The system will maintain a repository of images for
animal identification and display.
- Real-Time Animal Detection: The system will use live camera feeds to
detect animals on the property.
- Security Alerts: The system will send notifications when animals are
detected.
- Smart Home Integration : Potential integration with other smart devices like
lights, sprinklers, and alarms to respond to animal detection.

1.4 Intended Audience and Document Overview


- Intended Audience: Developers, engineers, system administrators, and end-
users.
- Document Overview: This document outlines the project’s objectives, scope,
technological integration, system design, and implementation. It covers
requirements, design considerations, and evaluation methods, along with
limitations and future work.

 Chapter 2: PROPOSED SYSTEM

2.1 Literature Survey


The development of home security systems integrated with animal detection
has seen limited focus. Existing studies primarily examine animal detection in
ecological settings using OpenCV and Raspberry Pi for wildlife monitoring
(e.g., IJRASET, 2023). The use of machine learning, specifically
Convolutional Neural Networks (CNN), has improved object recognition in
complex environments. However, there is a gap in integrating these
technologies with home security, particularly in distinguishing between
harmful wildlife and benign animals.

2.2 Existing System


- Animal Detection: Existing systems detect intruders but lack specialization
in identifying animals in residential areas.
- Smart Integration: Many security systems support integration with smart
devices but not specifically for animal detection.

2.3 Proposed System


The proposed system includes:
1. Camera Setup: Surveillance cameras to capture live video.
2. Object Detection Model: Use deep learning models like YOLO or
MobileNet for animal recognition.
3. Real-Time Processing: The system processes live camera feeds to detect
animals.
4. User Interface: A graphical interface to display animal images and send
alerts.

2.4 Feasibility Study


- Technical Feasibility: Technologies such as machine learning, OpenCV, and
voice recognition are readily available and have been tested in similar
applications.
- Operational Feasibility: The system will run on common hardware platforms
(e.g., Raspberry Pi, PC) with appropriate cameras and microphones.
- Economic Feasibility: The cost of the system is manageable given the
available open-source libraries and models.

2.5 Specific Requirements


- Hardware: Camera(s), microphone, and display interface.
- Software: Python libraries (e.g.OpenCV, TensorFlow, Tkinter).
- Integration: Ability to connect with smart devices like sprinklers or lights.

2.6 Project Modules


- Animal Detection: Uses machine learning to identify animals in video feeds.
- Image Database: Stores and retrieves animal images.
-Notification System: Sends alerts based on animal detection.
 Chapter 3: ANALYSIS & DESIGN

3.1 Use-Case Diagram

3.2 Class Diagram

3.3 Data Flow Diagram

3.4 E-R Diagram

3.5 Sequence Diagram

3.6 Activity Diagram

3.7 Table Design

3.8 Future Scope


- Improved Accuracy: Enhancing the machine learning model to detect a
wider range of animals.
- Environmental Adaptation: Making the system more robust under different
weather and lighting conditions.
- Smart Home Integration: Expanding integrations with additional smart home
devices.

 Chapter 4: CONCLUSION

4.1 Limitations & Conclusion:-


The proposed system offers a significant step forward in home security by
integrating animal detection. However, challenges such as camera quality,
environmental conditions, and model accuracy remain. Despite these
limitations, the system offers valuable security enhancements for homeowners
and provides educational insights for wildlife enthusiasts.

4.2 Bibliography
- IJRASET: Animal Detector System for Forest Monitoring Using OpenCV
and Raspberry Pi (2023).

This structure provides a detailed overview and roadmap for developing a


home security system integrated with animal detection, machine learning, and
voice recognition.

You might also like