Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guhyun9454/libseattrackerai
LibSeatAI leverages object detection to enhance library seat management. This innovative project, developed as part of our Design Thinking course, automates seat allocation and monitoring by identifying unoccupied seats and personal items.
https://github.com/guhyun9454/libseattrackerai
Last synced: about 1 month ago
JSON representation
LibSeatAI leverages object detection to enhance library seat management. This innovative project, developed as part of our Design Thinking course, automates seat allocation and monitoring by identifying unoccupied seats and personal items.
- Host: GitHub
- URL: https://github.com/guhyun9454/libseattrackerai
- Owner: guhyun9454
- Created: 2024-05-04T09:18:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:07:43.000Z (6 months ago)
- Last Synced: 2024-07-13T10:21:23.605Z (6 months ago)
- Language: Dart
- Size: 31.4 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibSeatTrackerAI
## Preview
![Example Image](img/preview.png)## About Project
![Example Image](img/1.jpeg)
![Example Image](img/2.jpeg)
![Example Image](img/3.jpeg)
![Example Image](img/4.jpeg)
![Example Image](img/5.jpeg)
![Example Image](img/6.jpeg)
![Example Image](img/7.jpeg)
![Example Image](img/8.jpeg)
![Example Image](img/9.jpeg)
![Example Image](img/10.jpeg)
![Example Image](img/11.jpeg)
![Example Image](img/12.jpeg)
![Example Image](img/13.jpeg)
![Example Image](img/14.jpeg)## Getting Started
Follow these steps to run the project locally:
1. **Start the backend server:**
```bash
uvicorn backend.server:app --host 0.0.0.0 --port 8000
```2. **Start the admin frontend:**
```bash
streamlit run frontend/admin/admin_interface.py --server.port 8501
```3. **Start the user frontend(demo):**
```bash
streamlit run frontend/user/user_interface.py --server.port 8502
```4. **Start the seat_reservation_app :**
```bash
flutter pub get
open -a Simulator
flutter run
```