Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: OMol25 API
|
3 |
+
emoji: 🧪
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
pinned: false
|
8 |
+
app_port: 7860
|
9 |
+
---
|
10 |
+
|
11 |
+
# OMol25 API Service
|
12 |
+
|
13 |
+
Provides API access to Meta's OMol25 chemistry model files for ChatGPT integration.
|
14 |
+
|
15 |
+
## Endpoints
|
16 |
+
- `/` - Service info
|
17 |
+
- `/health` - Health check
|
18 |
+
- `/files` - List repository files
|
19 |
+
- `/url` - Get download URL for specific file
|
20 |
+
|
21 |
+
## Setup Required
|
22 |
+
1. Request access to https://huggingface.co/facebook/OMol25
|
23 |
+
2. Add HF_TOKEN to Space secrets
|