https://github.com/kaarthik108/snowtok
SnowTok is a nifty tool that crafts TikTok-like videos from simple text prompts using AI
https://github.com/kaarthik108/snowtok
openai replicate sdxl snowflake streamlit tts
Last synced: 3 months ago
JSON representation
SnowTok is a nifty tool that crafts TikTok-like videos from simple text prompts using AI
- Host: GitHub
- URL: https://github.com/kaarthik108/snowtok
- Owner: kaarthik108
- Created: 2024-05-12T22:29:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T03:20:41.000Z (about 2 years ago)
- Last Synced: 2024-05-22T23:46:55.231Z (about 2 years ago)
- Topics: openai, replicate, sdxl, snowflake, streamlit, tts
- Language: Python
- Homepage: https://snowtok.streamlit.app/
- Size: 8.64 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
#
snowTok
**Create TikTok videos from text using AI.**
## How it Works
1. **Input Text**: Describe your video.
2. **Click**: "Create Video Magic".
3. **AI in Action**:
- Generates images.
- Creates audio.
- Syncs everything.
## Quick Start
1. **Clone**:
```bash
git clone https://github.com/kaarthik108/snowTok.git
```
2. **Install**:
```bash
pip install -r requirements.txt
```
3. **Run**:
```bash
streamlit run app.py
```
4. **Set Secrets**:
```toml
# .streamlit/secrets.toml
[secrets]
VERCEL_BLOB = "YOUR_VERCEL_BLOB_URL"
REPLICATE_API_TOKEN=""
MODAL_ENDPOINT=""
MODAL_BEARER_TOKEN=""
```
## Enjoy
**Let snowTok handle the "reels" work.**