Spaces:
Sleeping
Sleeping
Tawhid Bin Omar commited on
Commit ·
de325d5
1
Parent(s): 892d4dd
Fix: Update README.md with proper Hugging Face Space config
Browse files
README.md
CHANGED
|
@@ -1,10 +1,44 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
|
|
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ConceptVector
|
| 3 |
+
emoji: 🧠
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# ConceptVector - Conceptual Understanding Analytics
|
| 13 |
+
|
| 14 |
+
This Space hosts the FastAPI backend for ConceptVector, an advanced AI system that evaluates conceptual understanding through multi-dimensional explanation analysis.
|
| 15 |
+
|
| 16 |
+
## Features
|
| 17 |
+
|
| 18 |
+
- Multi-signal understanding inference
|
| 19 |
+
- Logical consistency checking (NLI models)
|
| 20 |
+
- Concept dependency coverage analysis
|
| 21 |
+
- Explanation stability testing
|
| 22 |
+
- Assumption completeness detection
|
| 23 |
+
|
| 24 |
+
## API Endpoints
|
| 25 |
+
|
| 26 |
+
- `POST /analyze` - Analyze user explanation
|
| 27 |
+
- `GET /concepts` - Get sample concepts
|
| 28 |
+
- `GET /health` - Health check
|
| 29 |
+
- `GET /docs` - Interactive API documentation
|
| 30 |
+
|
| 31 |
+
## Environment Variables
|
| 32 |
+
|
| 33 |
+
Required:
|
| 34 |
+
- `HUGGINGFACE_API_KEY` - Your Hugging Face API token for LLM access
|
| 35 |
+
|
| 36 |
+
Set this in Space Settings → Repository secrets
|
| 37 |
+
|
| 38 |
+
## Tech Stack
|
| 39 |
+
|
| 40 |
+
- FastAPI
|
| 41 |
+
- PyTorch + Transformers
|
| 42 |
+
- Sentence Transformers
|
| 43 |
+
- Microsoft DeBERTa (NLI)
|
| 44 |
+
- Mistral-7B-Instruct (LLM)
|