Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.81 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.81 KB

AI-short-creator ✨

AI-short-creator is an AI-powered tool that turns long videos into short clips. It works best for videos with multiple speakers and topics, such as interviews and documentaries. Clipster finds the most engaging parts of the video, adds captions and transitions, and makes the clips ready for social media.

drawing

Result

video.mp4

Installation

Step 1:

install the packages for remotion to work.

  cd caption
  npm install

step 2: second step install packages for python.

  cd ..
  pip install -r requirements.txt

Step 3:

is to rename the .env copy to .env and paste your openAI credential.

  OPENAI_API_KEY='Your openAI key'

step 4:

run the script

  python main.py

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.