editzz / README.md
andevs's picture
Update README.md
7a2a64f verified
|
Raw
History Blame Contribute Delete
667 Bytes
---
title: EditForge AI
emoji: 🎬
colorFrom: purple
colorTo: blue
sdk: docker
pinned: false
---
# EditForge AI
EditForge AI is an AI-powered video editing platform built with **FastAPI**, **Next.js**, and **Docker**.
## πŸš€ Features
- JWT authentication
- Background job processing (Celery-ready)
- Video processing (FFmpeg-ready)
- Credit-based usage system
- Scalable microservice architecture
## 🧱 Tech Stack
- **Backend:** FastAPI + SQLAlchemy
- **Frontend:** Next.js 14
- **Database:** PostgreSQL
- **Cache / Queue:** Redis
- **Deployment:** Docker (Hugging Face Spaces)
## 🐳 Running locally
```bash
cp .env.example .env
docker-compose up --build