Idrees Dehistani
commited on
Commit
·
5625175
1
Parent(s):
382feec
Add pipeline tag and README for inference API
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: feature-extraction
|
3 |
+
tags:
|
4 |
+
- tensorflow
|
5 |
+
- location-prediction
|
6 |
+
- university
|
7 |
+
---
|
8 |
+
|
9 |
+
# Uni-Way AI Model
|
10 |
+
This model predicts student locations based on latitude and longitude within a university campus.
|
11 |
+
|
12 |
+
## Input
|
13 |
+
- `latitude`: Latitude of the current location.
|
14 |
+
- `longitude`: Longitude of the current location.
|
15 |
+
|
16 |
+
## Output
|
17 |
+
- Predicted location category or specific university location.
|
18 |
+
|