PROJECT
PROJECT
ENTERTAINMENT CHATBOT
PRESENTED BY
B.ARUN PANDI-SSMIET-B.E-CSE
OUTLINE
Problem Statement
Proposed System/Solution
System Development Approach
Algorithm & Deployment
Result
Conclusion
Future Scope
References
PROBLEM STATEMENT
AI-POWERED-CHATBOT:
• Handles real-time queries on event schedules, performers, and ticket availability.
Event Information & Ticket Assistance:
•Provides real-time event data and guides users through ticket purchasing.
24/7 Support & Personalization:
•Offers round-the-clock support, personalized event recommendations, and multilingual capabilities.
Seamless Integration:
•Integrates with existing event management, ticketing systems, and social media platforms for wide accessibility.
Real-Time Notifications:
•Sends updates on event changes, promotions, and new event announcements.
SYSTEM APPROACH
• Step 1: User Interaction -Trigger: User opens chat interface (website, app, social media).
• Step 2: Process User Input - Action: Preprocess user input (tokenization, text normalization).
• Step 3: Intent Recognition (NLP Model) - Action: NLP engine (Dialogflow/Rasa) identifies
user intent (e.g., event info, ticket purchase).
• Step 4: Event Information Retrieval - Action: If event info is requested, fetch real-time data
from Event Management API.
• Step 5: Ticket Assistance - Action: If ticket purchase is requested, show available seats and
prices, guide the user through the checkout process.
• Step 6: Payment Processing - Action: Secure payment via integrated Payment Gateway (e.g.,
Stripe, PayPal).
• Step 7: Confirmation - Action: Send confirmation message with ticket details.
• Step 8: Escalation to Human Agent (if needed) - Action: If the chatbot cannot handle a
query, escalate to human suppor
RESULT