Ct3 Project Questions
Ct3 Project Questions
1. Develop a tool that classifies text (e.g., tweets, reviews) as positive, negative, or neutral using
Natural Language Processing (NLP).
2. Create a chatbot that can answer FAQs related to a specific domain, such as customer service,
education, or healthcare.
3. Use regression techniques to predict house prices based on features like size, location, and
number of rooms.
4. Develop a recommendation system for movies, books, or products using collaborative filtering or
content-based filtering.
5. Build a real-time object detection system using YOLO (You Only Look Once) or SSD (Single
Shot Detector).
6. Create a basic voice assistant that can process speech commands and provide responses using
speech-to-text and text-to-speech libraries.
8. Create a system that generates multiple-choice questions from a given text passage.
10. Build an AI agent that plays Tic-Tac-Toe optimally using the Minimax algorithm.
11. Develop an AI that plays Snake using pathfinding algorithms like A* or Breadth-First Search
(BFS).
12. Create a program to solve Sudoku puzzles using backtracking or Constraint Satisfaction Problems
(CSP).
13. Build a basic chess engine with a move evaluator using Alpha-Beta Pruning.
14. Design a maze-solving AI that finds the shortest path using A*, Dijkstra's, or BFS.
15. Implement an AI that plays Connect Four using Minimax with Alpha-Beta Pruning.
16. Build an interactive tool to visualize search algorithms like A*, BFS, DFS, and Dijkstra's.
17. Implement a solver for sliding puzzles (e.g., 8-puzzle, 15-puzzle) using the A* algorithm.
18. Simulate a treasure hunt in a grid world and create an AI agent to find the treasure using informed
search algorithms.
19. Design a virtual room and develop a vacuum cleaner agent using AI search algorithms to clean it
efficiently.
20. Create an AI program that finds words in a word search puzzle using depth-first or breadth-first
search.