An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# snowTok Logo 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.**