andevs commited on
Commit
7a2a64f
·
verified ·
1 Parent(s): e362ecf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -5
README.md CHANGED
@@ -1,10 +1,32 @@
 
 
 
 
 
 
 
 
1
 
2
  # EditForge AI
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ```bash
5
  cp .env.example .env
6
- docker-compose up -d
7
- ```
8
-
9
- Frontend: http://localhost:3000
10
- Backend: http://localhost:8000/docs
 
1
+ ---
2
+ title: EditForge AI
3
+ emoji: 🎬
4
+ colorFrom: purple
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
 
10
  # EditForge AI
11
 
12
+ EditForge AI is an AI-powered video editing platform built with **FastAPI**, **Next.js**, and **Docker**.
13
+
14
+ ## 🚀 Features
15
+ - JWT authentication
16
+ - Background job processing (Celery-ready)
17
+ - Video processing (FFmpeg-ready)
18
+ - Credit-based usage system
19
+ - Scalable microservice architecture
20
+
21
+ ## 🧱 Tech Stack
22
+ - **Backend:** FastAPI + SQLAlchemy
23
+ - **Frontend:** Next.js 14
24
+ - **Database:** PostgreSQL
25
+ - **Cache / Queue:** Redis
26
+ - **Deployment:** Docker (Hugging Face Spaces)
27
+
28
+ ## 🐳 Running locally
29
+
30
  ```bash
31
  cp .env.example .env
32
+ docker-compose up --build