File size: 1,021 Bytes
59c49b7
de325d5
 
59c49b7
 
 
de325d5
59c49b7
de325d5
59c49b7
 
de325d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: ConceptVector
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
license: mit
---

# ConceptVector - Conceptual Understanding Analytics

This Space hosts the FastAPI backend for ConceptVector, an advanced AI system that evaluates conceptual understanding through multi-dimensional explanation analysis.

## Features

- Multi-signal understanding inference
- Logical consistency checking (NLI models)
- Concept dependency coverage analysis  
- Explanation stability testing
- Assumption completeness detection

## API Endpoints

- `POST /analyze` - Analyze user explanation
- `GET /concepts` - Get sample concepts
- `GET /health` - Health check
- `GET /docs` - Interactive API documentation

## Environment Variables

Required:
- `HUGGINGFACE_API_KEY` - Your Hugging Face API token for LLM access

Set this in Space Settings → Repository secrets

## Tech Stack

- FastAPI
- PyTorch + Transformers
- Sentence Transformers
- Microsoft DeBERTa (NLI)
- Mistral-7B-Instruct (LLM)