Commit ·
ccb8d6c
1
Parent(s): 471c9fc
chore: update README
Browse files
README.md
CHANGED
|
@@ -22,6 +22,8 @@ This project implements a text-to-video generation microservice using a gRPC bac
|
|
| 22 |
- Generate videos from text prompts using Hugging Face's Diffusers
|
| 23 |
- gRPC API with structured response (status code, message, video path)
|
| 24 |
- Minimal Gradio frontend for user testing
|
|
|
|
|
|
|
| 25 |
- Full Docker containerization
|
| 26 |
- Concurrent request support via multithreading
|
| 27 |
- Postman-compatible testable gRPC API
|
|
|
|
| 22 |
- Generate videos from text prompts using Hugging Face's Diffusers
|
| 23 |
- gRPC API with structured response (status code, message, video path)
|
| 24 |
- Minimal Gradio frontend for user testing
|
| 25 |
+
- Video filtering options (None, Grayscale, Sepia) for stylized output
|
| 26 |
+
- Audio transcription support using Whisper model
|
| 27 |
- Full Docker containerization
|
| 28 |
- Concurrent request support via multithreading
|
| 29 |
- Postman-compatible testable gRPC API
|