Team legends

فكرة الفريق

Diversified in data science, AI, design, and entrepreneurship, we analyze data and develop innovative solutions in our fields.
manar_eyad193
Manar Eyad
manar_eyad193

Ahdabdulrahman
Ahd Abdulrahman
Ahdabdulrahman

Data scientist

Marwh_AlhadI
Marwh AlhadI
Marwh_AlhadI

amjad_ahmad149
Amjad Ahmad
amjad_ahmad149

Fresh computer science graduate | System Analyst | DevOps | PM | Interested in AI and data analysis.

Lamiaf
Lamia Althaqafi
Lamiaf

Enaskhan
ENAS KHAN
Enaskhan

التسليمة

Esay stay

Esay stay

Our advanced AI-powered voice recognition technology revolutionizes the guest experience by seamlessly integrating with the hotel's self-service system. Through natural language processing and understanding, the system accurately interprets spoken commands and inquiries, allowing guests to effortlessly navigate and interact with the system. With personalized responses and intelligent assistance, the technology creates a human-like conversation, enhancing customer satisfaction and streamlining operations. This innovative solution represents a significant leap forward in harnessing AI for improved user experiences in the hospitality industry. useing : In this project, there are several concepts and technologies related to artificial intelligence (AI) and machine learning (ML) that are being utilized. Here are the key ones: Speech Recognition: The project uses the speech_recognition library to convert spoken language into text. This involves using machine learning algorithms to analyze and recognize speech patterns. Text-to-Speech: The pyttsx3 library is employed for converting text into spoken language. This technology utilizes ML techniques to generate human-like speech. Clipboard Manipulation: The pyperclip library is used to access and modify the contents of the clipboard. Although not directly related to AI/ML, it facilitates the integration of text responses into the system. GUI Development: The project utilizes the tkinter library, which is a standard Python library for creating graphical user interfaces (GUIs). It allows for the creation of windows, labels, buttons, and other GUI elements. Natural Language Processing (NLP): The project leverages NLP techniques to process and understand user commands. It uses predefined keywords and phrases to trigger specific actions, such as placing a food order or booking a room.