Coder Social home page Coder Social logo

ymanawat / majorproject-alekhya Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 35 KB

Alekhyaa is a text-to-video tool. Simply provide a script, and it will create a video with synchronized audio. If you provide video clips, Alekhyaa will adjust and concatenate them based on the audio content.

Python 100.00%
genai text-to-video video-editor

majorproject-alekhya's Introduction

Alekhyaa

Alekhyaa is a text-to-video tool. Simply provide a script, and it will create a video with synchronized audio. If you provide video clips, Alekhyaa will adjust and concatenate them based on the audio content.

Installation

Prerequisites

  • Python 3.10 or higher

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/alekhyaa.git
    cd alekhyaa
  2. Install the required packages:

    pip install -r requirements.txt
  3. Set up environment variables:

    • Create a .env file in the root directory of the project.
    • Copy the contents of env.template into the .env file:
      GEMINI_API_KEY=gemini_key_here
      UNSPLASH_CLIENT_ID=unsplash_client_id_here // to get the images based on the script content if not videos are imported
      OPENAI_API_KEY=openai_api_key_here // if you want to use the GPT
      
    • Replace the placeholder with your actual API key.

Usage

  1. Run the main script:
    python main.py

This will open a webpage where you can upload an image or video and provide a script. Alekhyaa will process the inputs and generate the final video.

majorproject-alekhya's People

Contributors

ymanawat avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.