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: 5 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T11:07:43.000Z (about 1 year ago)
- Last Synced: 2025-01-13T08:50:22.719Z (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
## About Project













## 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
```