You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,15 +71,15 @@ All in one SDK
71
71
For using Meta AI as a Python library:
72
72
73
73
```bash
74
-
pip install metaai-api
74
+
pip install metaai-sdk
75
75
```
76
76
77
77
### SDK + API Server
78
78
79
79
For deploying as a REST API service:
80
80
81
81
```bash
82
-
pip install metaai-api[api]
82
+
pip install metaai-sdk[api]
83
83
```
84
84
85
85
### From Source
@@ -263,7 +263,7 @@ Deploy Meta AI as a REST API service that anyone can use! The API server auto-re
263
263
### Installation
264
264
265
265
```bash
266
-
pip install metaai-api[api]
266
+
pip install metaai-sdk[api]
267
267
```
268
268
269
269
### Setup
@@ -460,7 +460,7 @@ if result["success"]:
460
460
print(f"⏱️ Generated at: {result['timestamp']}")
461
461
```
462
462
463
-
📖 **Full Video Guide:** See [VIDEO_GENERATION_README.md](VIDEO_GENERATION_README.md) for complete documentation!
463
+
📖 **Full Video Guide:** See [VIDEO_GENERATION_README.md](https://github.com/mir-ashiq/metaai-api/blob/main/VIDEO_GENERATION_README.md) for complete documentation!
464
464
465
465
---
466
466
@@ -517,7 +517,7 @@ Explore working examples in the `examples/` directory:
0 commit comments