BaseerAI commited on
Commit
c38083a
Β·
verified Β·
1 Parent(s): 190440f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -24,13 +24,13 @@ tags:
24
 
25
  | Service | Status |
26
  |---|---|
27
- | **API Status** | [![Status](https://img.shields.io/website?up_message=online&down_message=offline&url=https%3A%2F%2Fadam-it-baseer-server.hf.space)](https://adam-it-baseer-server.hf.space) |
28
- | **Model** | [![Model](https://img.shields.io/badge/Model-Interfuser--Baseer--v1-blue)](https://huggingface.co/Adam-IT/Interfuser-Baseer-v1) |
29
  | **Frameworks** | [![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=flat&logo=fastapi)](https://fastapi.tiangolo.com/) [![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?style=flat&logo=PyTorch&logoColor=white)](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/Adam-IT/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,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/Adam-IT/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,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://adam-it-baseer-server.hf.space/start_session"
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://adam-it-baseer-server.hf.space/run_step" \
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://adam-it-baseer-server.hf.space/end_session?session_id=a1b2c3d4-e5f6-7890-1234-567890abcdef"
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-IT
211
  **License:** MIT
 
24
 
25
  | Service | Status |
26
  |---|---|
27
+ | **API Status** | [![Status](https://img.shields.io/website?up_message=online&down_message=offline&url=https%3A%2F%2FBaseerAI-baseer-server.hf.space)](https://BaseerAI-baseer-server.hf.space) |
28
+ | **Model** | [![Model](https://img.shields.io/badge/Model-Interfuser--Baseer--v1-blue)](https://huggingface.co/BaseerAI/Interfuser-Baseer-v1) |
29
  | **Frameworks** | [![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=flat&logo=fastapi)](https://fastapi.tiangolo.com/) [![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?style=flat&logo=PyTorch&logoColor=white)](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