Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
A Pokemon text‑to‑video generator that, when given a prompt (e.g., “Ash battles Team Rocket”), generates a short video clip in a Pokémon/anime style.
|
2 |
+
|
3 |
+
High-Level Steps:
|
4 |
+
|
5 |
+
Data Exploration & Preparation
|
6 |
+
Dataset Creation for Text-to‑Video
|
7 |
+
Model Selection and Fine‑Tuning Strategy
|
8 |
+
Training Setup on Azure (or another compute platform)
|
9 |
+
Building an Inference Pipeline and Hugging Face App
|