KEMBAR78
Problem Statements | PDF | Artificial Intelligence | Intelligence (AI) & Semantics
0% found this document useful (0 votes)
25 views6 pages

Problem Statements

The document outlines various problem statements across four tracks: Robotics & Artificial Intelligence, IoT & Embedded Systems, Web Development & AI, and Open Innovation. Each track contains multiple project ideas ranging from beginner to advanced levels, focusing on innovative solutions using technology. The projects include autonomous robots, smart systems for agriculture and healthcare, AI applications, and opportunities for open innovation.

Uploaded by

aq593715
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views6 pages

Problem Statements

The document outlines various problem statements across four tracks: Robotics & Artificial Intelligence, IoT & Embedded Systems, Web Development & AI, and Open Innovation. Each track contains multiple project ideas ranging from beginner to advanced levels, focusing on innovative solutions using technology. The projects include autonomous robots, smart systems for agriculture and healthcare, AI applications, and opportunities for open innovation.

Uploaded by

aq593715
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Problem Statements

Track 1: Robotics & Artificial Intelligence


1. Autonomous Indoor Navigation Robot with SLAM
2. Drone-Based Parcel Delivery with Dynamic Drop Location
3. Line Follower Maze Solver (Beginner Level)
4. Voice-Controlled Home Automation Robot (Intermediate Level)
5. Autonomous Rescue Bot with Obstacle Avoidance (Intermediate–Advanced)
6. Swarm Robotics Simulation Using Python (Advanced)
7. AI-powered Drone Surveillance System (Advanced)
8. AI Assistant for Visually Impaired Navigation (Advanced)
9. Multi-Modal AI Robotic Arm (Capstone Level)
10. Autonomous Indoor Navigation Drone (GPS-Denied Environment)

Track 2: IoT & Embedded Systems


11. Smart Energy Grid with Peer-to-Peer Load Balancing
12. Industrial Plant Health Monitoring Network
13. Smart Agriculture: Multi-Zone Climate & Soil Management
14. Smart Irrigation System Using Soil Moisture Sensors (Beginner)
15. RFID-Based Smart Attendance System (Beginner–Intermediate)
16. Health Monitoring Wearable (Intermediate)
17. Digital Notice Board with IoT Updates (Intermediate)
18. Energy Consumption Tracker (Advanced)
19. Smart Helmet with Crash Detection and Alert System (Advanced)
20. Intelligent Traffic Management System with Decentralized Nodes

Track 3: Web Development & AI


21. AI-Powered Resume & Career Analyzer Platform
22. Smart Document Search Engine with Semantic Ranking
23. AI-Based Code Debugger and Explanation Tool
24. Real-Time AI Video Analytics Dashboard
25. Smart Healthcare Portal with Symptom Checker & ChatGPT-like Bot
26. AI-Based Stock Market Analyzer and Pattern Predictor
27. AI Legal Assistant for Contracts & Compliance
28. Multilingual News Aggregator with Bias Detection
29. Real-Time Collaboration Platform for Learning AI Models
30. AI-Powered e-Learning Platform with Adaptive Curriculum

Track 4: Open Innovation


31. Open Innovation – Build Your Own Problem Statement
Track 1: Robotics & AI
1. Autonomous Indoor Navigation Robot with SLAM
Design a robot that can autonomously explore and map an unknown
indoor environment using Simultaneous Localization and Mapping (SLAM).
The robot should:
o Avoid obstacles in real time
o Optimize its path using algorithms
o Adapt its route dynamically when blocked
2. Drone-Based Parcel Delivery with Dynamic Drop Location
Build a drone capable of detecting QR codes or AprilTags on the ground
and dynamically updating its delivery point.
o Use a downward camera and PID-controlled descent
o Must handle environmental disturbances like wind or blocked zones
3. Line Follower Maze Solver (Beginner Level)
Construct a robot that follows a black line and solves basic mazes.
o Uses IR sensors for line tracking
o Simple logic to solve forks and dead ends
4. Voice-Controlled Home Automation Robot (Intermediate Level)
Develop a mobile robot that responds to voice commands for:
o Turning appliances on/off
o Navigating to rooms
5. Autonomous Rescue Bot with Obstacle Avoidance (Intermediate–
Advanced)
Create a robot for post-disaster zones that:
o Navigates autonomously
o Detects human presence (IR or thermal sensing)
o Sends GPS location or live feed
6. Swarm Robotics Simulation Using Python (Advanced)
Simulate multiple robots collaborating to:
o Perform area mapping or search-and-rescue
o Communicate with each other
o Handle dynamic changes in the environment
7. AI-powered Drone Surveillance System (Advanced)
Program a drone to patrol a designated area using computer vision.
o Use OpenCV for detecting anomalies
o Integrate face or object recognition
8. AI Assistant for Visually Impaired Navigation (Advanced)
Create a wearable system that:
o Uses a camera to understand surroundings
o Provides audio feedback for safe navigation
o Alerts for obstacles and directions
9. Multi-Modal AI Robotic Arm (Capstone Level)
Build a robotic arm that can be controlled via:
o Hand gestures (with sensors)
o Voice commands
o GUI-based interface with AI command interpretation
10. Autonomous Indoor Navigation Drone (GPS-Denied Environment)
Design a drone that can navigate indoor spaces using SLAM and computer
vision without GPS.
o Obstacle avoidance is mandatory
o Bonus: object following or room mapping

Track 2: IoT & Embedded Systems


11. Smart Energy Grid with Peer-to-Peer Load Balancing
Create an IoT-based decentralized power grid simulation:
o Homes can generate, consume, or store energy (e.g., solar)
o Communicate with each other locally
o Sync with a cloud platform for analytics and billing
o Optional: Use blockchain for decentralized decisions
12. Industrial Plant Health Monitoring Network
Deploy sensor nodes in a factory to monitor:
o Temperature, vibration, and pressure
o Secure LAN communication
o Report to a cloud dashboard
o Alerts via SMS/email for faults
13. Smart Agriculture: Multi-Zone Climate & Soil Management
Build an IoT solution for precision farming:
o Nodes monitor soil pH, moisture, temperature
o Each node handles a crop zone
o AI model provides irrigation and anomaly feedback
o Add-on: automatic sprinkler/valve control
14. Smart Irrigation System Using Soil Moisture Sensors (Beginner)
Automate irrigation using:
o Arduino + Soil Moisture Sensor
o Relay-based water pump system
15. RFID-Based Smart Attendance System (Beginner–Intermediate)
Build a system where users tap RFID cards to:
o Log attendance
o Store data on SD card or send over Wi-Fi
16. Health Monitoring Wearable (Intermediate)
Design a wearable device that tracks:
o Heart rate and temperature
o Sends alerts via Bluetooth or GSM module
17. Digital Notice Board with IoT Updates (Intermediate)
Develop a digital board that:
o Connects to Wi-Fi
o Fetches and displays messages from the cloud
o Uses LCD or OLED displays
18. Energy Consumption Tracker (Advanced)
Create an embedded system that:
o Monitors electricity usage of devices
o Sends data to a cloud server for logging
19. Smart Helmet with Crash Detection and Alert System (Advanced)
Design a helmet that:
o Detects crash or fall
o Sends location via GPS
o Triggers emergency SMS via GSM
20. Intelligent Traffic Management System with Decentralized Nodes
Implement traffic control where each node:
o Detects traffic density using sensors
o Communicates with nearby intersections (LAN)
o Sends data to a cloud dashboard (WAN)
o Uses local AI for signal optimization

Track 3: Web Development & AI


21. AI-Powered Resume & Career Analyzer Platform
Build a full-stack platform to:
o Upload and analyze resumes
o Suggest improvements for ATS compatibility
o Recommend jobs based on skill gaps
o Add-on: Resume generator tool
22. Smart Document Search Engine with Semantic Ranking
Create a search engine for document collections:
o Go beyond keywords using NLP
o Highlight contextually relevant sections
23. AI-Based Code Debugger and Explanation Tool
Web app where users can:
o Paste code snippets
o AI detects bugs, suggests fixes
o Explains each part in simple English
24. Real-Time AI Video Analytics Dashboard
Create a dashboard to:
o Accept live CCTV or drone video feeds
o Detect objects/faces in real-time
o Show analytics visually
o Challenge: Backend latency optimization
25. Smart Healthcare Portal with Symptom Checker & ChatGPT-like
Bot
Build a healthcare system where:
o Users input symptoms
o AI suggests possible issues and specialists
o Booking appointments and file uploads supported
26. AI-Based Stock Market Analyzer and Pattern Predictor
Develop a financial analysis platform:
o Use AI to detect stock trends
o Analyze risks and portfolio suggestions
27. AI Legal Assistant for Contracts & Compliance
Upload contracts to:
o Identify risky or non-standard clauses
o Summarize in layman’s terms
28. Multilingual News Aggregator with Bias Detection
News aggregator that:
o Translates articles
o Summarizes key points
o Detects political or emotional bias using NLP
29. Real-Time Collaboration Platform for Learning AI Models
Web platform like Jupyter + Figma:
o Collaborate on building AI models
o Real-time syncing of code, models, and graphs
30. AI-Powered e-Learning Platform with Adaptive Curriculum
Create a learning portal that:
o Tracks student performance and attention
o Adjusts learning paths dynamically using AI

Track 4: Open Innovation


31. Open Innovation – Build Your Own Problem Statement
Identify any real-world issue and develop a tech-based solution using
hardware/software/AI/IoT. Must be impactful and creative.

You might also like