Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Hotel Bot
|
| 3 |
emoji: 🏨
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
@@ -7,10 +7,38 @@ sdk: gradio
|
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Hotel Management Bot
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Hotel Management Bot
|
| 3 |
emoji: 🏨
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: green
|
|
|
|
| 7 |
sdk_version: 4.44.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# 🏨 Hotel Management Bot
|
| 14 |
|
| 15 |
+
Professional hotel management system with Telegram bot interface.
|
| 16 |
|
| 17 |
+
## Features
|
| 18 |
+
- Room booking system
|
| 19 |
+
- Utility cost calculation
|
| 20 |
+
- Real-time room availability
|
| 21 |
+
- Booking management
|
| 22 |
+
- Statistics dashboard
|
| 23 |
+
|
| 24 |
+
## Usage
|
| 25 |
+
Visit [@HELLO_Hotel_bot](https://t.me/HELLO_Hotel_bot) in Telegram
|
| 26 |
+
|
| 27 |
+
### Commands
|
| 28 |
+
- - Start the bot
|
| 29 |
+
- - Make booking
|
| 30 |
+
- - Calculate utilities
|
| 31 |
+
- - Check available rooms
|
| 32 |
+
- - View bookings
|
| 33 |
+
- - View statistics
|
| 34 |
+
|
| 35 |
+
### Room Types
|
| 36 |
+
- **standard** - 800 THB
|
| 37 |
+
- **deluxe** - 1,200 THB
|
| 38 |
+
- **suite** - 2,000 THB
|
| 39 |
+
|
| 40 |
+
## Technical Stack
|
| 41 |
+
- Python 3.9+
|
| 42 |
+
- Gradio 4.44.0
|
| 43 |
+
- Telegram Bot API
|
| 44 |
+
- Threading for concurrent operations
|