Skip to content

AidiJackson/echoedit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoEdit

A TikTok-style AI video editor MVP for creating and editing short-form video content with AI-powered features.

Project Structure

/echoedit
├── /client      # React + Vite + TypeScript frontend
├── /server      # Python Flask backend
├── /ops         # Scripts and documentation
└── README.md    # This file

Quick Start

Prerequisites

  • Node.js 18+ and npm
  • Python 3.11+
  • Git

Client Setup

cd client
npm install
npm run dev

The client will be available at http://localhost:5173

Server Setup

cd server
python3 -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
python app.py

The server will be available at http://localhost:5001

Features (MVP)

  • 📹 Upload video clips
  • 🎤 Record audio/video
  • 🎵 Add background music
  • 🎚️ Pitch shifting (planned)
  • 📝 AI transcription (stub)
  • 🌊 Waveform visualization (placeholder)

Development

See /ops/DEV_NOTES.md for detailed development information and /ops/CHECKS.md for testing checklist.

License

MIT License - see LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors