ashok testing
Smoking is a pervasive yet often unaddressed issue causing severe health consequences in various areas of Nepal.
Introducing Balen-AI, a real-time AI application designed to detect smoking through CCTV cameras and promptly alert relevant authorities.
-
Real-time Detection:
- Utilizes AI algorithms for instant identification of smoking individuals.
-
Alert System:
- Sends immediate alerts to authorities upon detecting smoking incidents.
-
Database System:
- Captures and stores images of offenders in a secure database.
-
Website Integration:
- Provides a dedicated website for authorities to view and manage suspect data.
- AI: TensorFlow for image recognition
- Web Development: HTML, CSS, and JavaScript for website integration
- CCTV cameras capture live footage.
- AI algorithms analyze the footage for smoking incidents.
- Detected incidents trigger immediate alerts to relevant authorities.
- Offender images and data are stored securely in the database.
- The website interface allows authorities to review and manage suspect information.
-
Deterrence Effect:
- Legal consequences aim to deter individuals from smoking in public spaces.
-
Health Improvement:
- Reducing smoking instances contributes to a healthier living environment.
-
Advanced Analytics:
- Implementing analytics for trend analysis and hotspot identification.
-
Integration with Law Enforcement Systems:
- Collaborating with law enforcement agencies for seamless legal processes.
-
Clone the Project
git clone https://github.com/Jeevan-Neupane/BalenAI.git
-
Start the Backend:
cd /backend/ npm install nodemon index.js
-
Launch the Frontend:
cd /frontend/ npm install npm run dev
-
Access the Website:
- Open your web browser and navigate to http://localhost:5173.