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: 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.

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