Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -24,13 +24,13 @@ tags:
|
|
24 |
|
25 |
| Service | Status |
|
26 |
|---|---|
|
27 |
-
| **API Status** | [](https://huggingface.co/
|
29 |
| **Frameworks** | [](https://fastapi.tiangolo.com/) [](https://pytorch.org/) |
|
30 |
|
31 |
## π Project Description
|
32 |
|
33 |
-
**Baseer** is an advanced self-driving system that provides a robust, real-time API for autonomous vehicle control. This Space hosts the FastAPI server that acts as an interface to the fine-tuned **[Interfuser-Baseer-v1](https://huggingface.co/
|
34 |
|
35 |
The system is designed to take a live camera feed and vehicle measurements, process them through the deep learning model, and return actionable control commands and a comprehensive scene analysis.
|
36 |
|
@@ -54,7 +54,7 @@ This project follows a decoupled client-server architecture, where the model and
|
|
54 |
## β¨ Key Features
|
55 |
|
56 |
### π§ **Advanced Perception Engine**
|
57 |
-
- **Powered by:** The [Interfuser-Baseer-v1](https://huggingface.co/
|
58 |
- **Focus:** High-accuracy traffic object detection and safe waypoint prediction.
|
59 |
- **Scene Analysis:** Real-time assessment of junctions, traffic lights, and stop signs.
|
60 |
|
@@ -80,7 +80,7 @@ This will initialize a new set of tracker and controller instances on the server
|
|
80 |
|
81 |
**Request:**
|
82 |
```bash
|
83 |
-
curl -X POST "https://
|
84 |
```
|
85 |
|
86 |
**Example Response:**
|
@@ -96,7 +96,7 @@ Send the current camera view and vehicle measurements to be processed. The API w
|
|
96 |
|
97 |
**Request:**
|
98 |
```bash
|
99 |
-
curl -X POST "https://
|
100 |
-H "Content-Type: application/json" \
|
101 |
-d '{
|
102 |
"session_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
|
@@ -153,7 +153,7 @@ This will clean up the session data from the server.
|
|
153 |
|
154 |
**Request:**
|
155 |
```bash
|
156 |
-
curl -X POST "https://
|
157 |
```
|
158 |
|
159 |
**Example Response:**
|
@@ -207,5 +207,5 @@ For inquiries or support, please use the **Community** tab in this Space or open
|
|
207 |
|
208 |
---
|
209 |
|
210 |
-
**Developed by:** Adam
|
211 |
**License:** MIT
|
|
|
24 |
|
25 |
| Service | Status |
|
26 |
|---|---|
|
27 |
+
| **API Status** | [](https://BaseerAI-baseer-server.hf.space) |
|
28 |
+
| **Model** | [](https://huggingface.co/BaseerAI/Interfuser-Baseer-v1) |
|
29 |
| **Frameworks** | [](https://fastapi.tiangolo.com/) [](https://pytorch.org/) |
|
30 |
|
31 |
## π Project Description
|
32 |
|
33 |
+
**Baseer** is an advanced self-driving system that provides a robust, real-time API for autonomous vehicle control. This Space hosts the FastAPI server that acts as an interface to the fine-tuned **[Interfuser-Baseer-v1](https://huggingface.co/BaseerAI/Interfuser-Baseer-v1)** model.
|
34 |
|
35 |
The system is designed to take a live camera feed and vehicle measurements, process them through the deep learning model, and return actionable control commands and a comprehensive scene analysis.
|
36 |
|
|
|
54 |
## β¨ Key Features
|
55 |
|
56 |
### π§ **Advanced Perception Engine**
|
57 |
+
- **Powered by:** The [Interfuser-Baseer-v1](https://huggingface.co/BaseerAI/Interfuser-Baseer-v1) model.
|
58 |
- **Focus:** High-accuracy traffic object detection and safe waypoint prediction.
|
59 |
- **Scene Analysis:** Real-time assessment of junctions, traffic lights, and stop signs.
|
60 |
|
|
|
80 |
|
81 |
**Request:**
|
82 |
```bash
|
83 |
+
curl -X POST "https://BaseerAI-baseer-server.hf.space/start_session"
|
84 |
```
|
85 |
|
86 |
**Example Response:**
|
|
|
96 |
|
97 |
**Request:**
|
98 |
```bash
|
99 |
+
curl -X POST "https://BaseerAI-baseer-server.hf.space/run_step" \
|
100 |
-H "Content-Type: application/json" \
|
101 |
-d '{
|
102 |
"session_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
|
|
|
153 |
|
154 |
**Request:**
|
155 |
```bash
|
156 |
+
curl -X POST "https://BaseerAI-baseer-server.hf.space/end_session?session_id=a1b2c3d4-e5f6-7890-1234-567890abcdef"
|
157 |
```
|
158 |
|
159 |
**Example Response:**
|
|
|
207 |
|
208 |
---
|
209 |
|
210 |
+
**Developed by:** Adam Altawil
|
211 |
**License:** MIT
|