Skip to content

rangandhruv1234-collab/Project-Sentinel-AEIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Sentinel

About the Project

Sentinel is a computer vision project built to explore how AI can be used for real-time surveillance. It processes live video feeds, detects objects using a deep learning model, and can be extended to identify unusual events or security threats.

This project was developed to gain practical experience with computer vision, real-time inference, and integrating AI into real-world applications.


Features

  • Real-time object detection
  • Live camera feed processing
  • Fast inference using YOLO
  • Modular project structure
  • Easy to extend with new detection classes and features

Built With

  • Python
  • OpenCV
  • YOLO
  • FastAPI / Flask
  • HTML, CSS, JavaScript

Getting Started

Clone the repository:

git clone https://github.com/yourusername/Sentinel.git

Move into the project directory:

cd Sentinel

Install the required packages:

pip install -r requirements.txt

Run the application:

python app.py

Project Structure

Sentinel/
├── backend/
├── frontend/
├── models/
├── dataset/
├── utils/
├── app.py
├── requirements.txt
└── README.md

What I Learned

Working on Sentinel helped me understand:

  • Building applications with computer vision
  • Using YOLO for object detection
  • Processing video streams in real time
  • Organizing AI projects for scalability
  • Integrating machine learning into practical applications

Future Work

Some improvements I plan to make include:

  • Face recognition
  • Multi-camera support
  • Cloud deployment
  • Real-time notifications
  • Performance optimization

Author

Dhruv Rangan

B.Tech Computer Science Engineering

About

AI research initiative exploring computer vision, temporal reasoning, and multimodal AI for intelligent animal emergency detection.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors