{"id":25774403,"url":"https://github.com/codewithdark-git/faceless-short","last_synced_at":"2025-07-04T13:06:40.814Z","repository":{"id":277555140,"uuid":"932797361","full_name":"codewithdark-git/Faceless-short","owner":"codewithdark-git","description":"Faceless Video Generator is an AI-powered tool for creating engaging videos from any topic. By leveraging state-of-the-art AI for script generation, text-to-speech audio synthesis, and background video matching, this project generates complete videos with minimal user input.","archived":false,"fork":false,"pushed_at":"2025-02-14T14:43:17.000Z","size":17124,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T05:47:41.721Z","etag":null,"topics":["ai","generated","groq-api","pexels-api","python","text-to-video","video","video-streaming"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithdark-git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-14T14:40:53.000Z","updated_at":"2025-02-17T05:32:27.000Z","dependencies_parsed_at":"2025-02-14T15:36:58.138Z","dependency_job_id":"388a26a8-c9ed-42eb-961e-a489e079bfe2","html_url":"https://github.com/codewithdark-git/Faceless-short","commit_stats":null,"previous_names":["codewithdark-git/faceless-short"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithdark-git/Faceless-short","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FFaceless-short","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FFaceless-short/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FFaceless-short/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FFaceless-short/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithdark-git","download_url":"https://codeload.github.com/codewithdark-git/Faceless-short/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithdark-git%2FFaceless-short/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263548654,"owners_count":23478808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","generated","groq-api","pexels-api","python","text-to-video","video","video-streaming"],"created_at":"2025-02-27T05:29:52.694Z","updated_at":"2025-07-04T13:06:40.773Z","avatar_url":"https://github.com/codewithdark-git.png","language":"Python","readme":"# Faceless Video Generator\r\n\r\nFaceless Video Generator is an AI-powered tool for creating engaging videos from any topic. By leveraging state-of-the-art AI for script generation, text-to-speech audio synthesis, and background video matching, this project generates complete videos with minimal user input.\r\n\r\n## Features\r\n\r\n- **Script Generation:** Automatically generates a script based on the provided topic.\r\n- **Audio Synthesis:** Utilizes text-to-speech technology to generate high-quality audio narration.\r\n- **Timed Captions:** Creates captions that align with the audio for accessibility and clarity.\r\n- **Background Video Search:** Searches and fetches suitable background video clips via video search queries.\r\n- **Video Rendering:** Combines the synthesized audio, captions, and background visuals to produce the final video output.\r\n- **Gradio Interface:** Provides a user-friendly interactive interface for generating videos.\r\n\r\n## Prerequisites\r\n\r\n- Python 3.8 or later\r\n- [Gradio](https://gradio.app/) for the web interface\r\n- Required Python packages listed in `requirements.txt`\r\n\r\n## Installation\r\n\r\n1. **Clone the Repository:**\r\n\r\n   ```bash\r\n   git clone https://github.com/yourusername/Faceless-video.git\r\n   cd Faceless-video\r\n    ```\r\n\r\n2.  **Create a Virtual Environment (Recommended):**\r\n\r\n    ```bash\r\n    python -m venv venv\r\n    source venv/bin/activate  # On Linux/macOS\r\n    venv\\Scripts\\activate  # On Windows\r\n    ```\r\n\r\n3.  **Install Dependencies:**\r\n\r\n    ```bash\r\n    pip install -r requirements.txt\r\n    ```\r\n\r\n4.  **API Keys:**\r\n\r\n    -   This project requires API keys for various services.\r\n    -   Create a `.env` file in the project root directory.\r\n    -   Add your API keys to the `.env` file as follows:\r\n\r\n        ```\r\n        GROQ_API_KEY=your_groq_api_key\r\n        PEXELS_API_KEY=your_pexels_api_key\r\n        ```\r\n\r\n        \u003e **Note:** Ensure you have accounts and API keys for Groq, and Pexels.\r\n\r\n## Usage\r\n\r\n1.  **Run the Gradio Interface:**\r\n\r\n    ```bash\r\n    python app.py\r\n    ```\r\n\r\n2.  **Access the Interface:**\r\n\r\n    -   Open your web browser and go to the address provided in the console (usually `http://localhost:7860`).\r\n\r\n3.  **Generating Videos:**\r\n\r\n    -   Enter the topic for the video.\r\n    -   Click the \"Generate Video\" button.\r\n    -   The script, audio, captions, and video will be generated automatically.\r\n    -   The final video will be displayed in the interface.\r\n\r\n## Configuration\r\n\r\nYou can configure various aspects of the video generation process by modifying the parameters in the Gradio interface or directly in the Python scripts.\r\n\r\n-   **Script Length:** Adjust the length of the generated script.\r\n-   **Voice Settings:** Customize the voice used for audio synthesis.\r\n-   **Video Clip Duration:** Set the duration of the background video clips.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdark-git%2Ffaceless-short","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithdark-git%2Ffaceless-short","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithdark-git%2Ffaceless-short/lists"}