You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The POS application includes a secure sign-up and sign-in process, storing admin data in a database for validation. Admin can add movies with details like title, genre, duration, and release date, and view existing movies. Ticket purchases are categorized by age groups, with varying prices, and customer transaction details are stored in database.
A research-driven analysis of dynamic ticket pricing, modeling distributions with scaled Beta estimates derived from limited statistics (min, max, mean, median). The approach enriches Random Forest classification by incorporating shape parameters (α, β) and leveraging constant-value features for implicit regularization. Based on SeatGeek data.
A Gradio-based chat assistant that uses a local Ollama LLM to provide brief, accurate answers about airline ticket prices. It recognizes destination queries and returns relevant pricing information, maintaining a simple and courteous interaction style.
This program calculates the cost of purchasing different classes of tickets (A, B, or C). Users input the number of tickets needed for each class, and the program computes and displays the total price for each type and the overall total. Perfect for event organizers and attendees to manage ticket purchases.