Spaces:
Sleeping
Sleeping
Add Hugging Face metadata to README
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: HackingFactory v2
|
| 3 |
+
emoji: 🏭
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# HackingFactory v2 - AI Self-Refining System
|
| 12 |
+
|
| 13 |
+
This is an advanced AI-powered code generation and evaluation system.
|
| 14 |
+
|
| 15 |
+
## Features
|
| 16 |
+
- **Dynamic Sandbox:** Securely run and test generated code.
|
| 17 |
+
- **Self-Refining Loop:** Automated generation and evaluation cycles.
|
| 18 |
+
- **Vector Memory:** Learning from previous successful solutions using ChromaDB.
|
| 19 |
+
- **Visual Dashboard:** Track progress with interactive charts.
|
| 20 |
+
|
| 21 |
+
## Deployment
|
| 22 |
+
Running as a Docker Space on Hugging Face.
|