File size: 665 Bytes
74626f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

---
title: NL Main
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
---

# NLP Learning Grid

Advanced agentic NLP learning platform with a 3D grid interface, DQN-based pathfinding, and interactive AI learning assistant.

## Deployment Options

### Hugging Face Spaces
This repository is configured for direct deployment to Hugging Face Spaces using Docker.
- Port: 7860 (Auto-configured in Dockerfile)

### Fly.io
Deploy using the included `fly.toml`:
```bash
fly launch
```

### Render.com
Use the `render.yaml` for one-click deployment.

### Manual
```bash
docker build -t nlp-learning-grid .
docker run -p 5000:7860 nlp-learning-grid
```