{"id":15952402,"url":"https://github.com/devparihar5/talkieai-","last_synced_at":"2026-05-04T05:43:27.881Z","repository":{"id":227663460,"uuid":"771986080","full_name":"Devparihar5/TalkieAI-","owner":"Devparihar5","description":"TalkieAI:Interact with videos like never before! Upload or paste a YouTube link, and our app processes the audio, transcribes it, and lets you chat directly with your video content using cutting-edge language models.","archived":false,"fork":false,"pushed_at":"2024-03-15T16:39:48.000Z","size":2926,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T16:15:02.364Z","etag":null,"topics":["ai","chatbot","generative-ai","llms","mistral-7b","python","streamlit","vectordb","video","whisper-ai"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devparihar5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-14T10:15:51.000Z","updated_at":"2024-03-15T17:09:52.000Z","dependencies_parsed_at":"2024-10-29T20:29:58.641Z","dependency_job_id":null,"html_url":"https://github.com/Devparihar5/TalkieAI-","commit_stats":null,"previous_names":["devparihar5/talkieai-"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devparihar5%2FTalkieAI-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devparihar5%2FTalkieAI-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devparihar5%2FTalkieAI-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devparihar5%2FTalkieAI-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devparihar5","download_url":"https://codeload.github.com/Devparihar5/TalkieAI-/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247123099,"owners_count":20887259,"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","chatbot","generative-ai","llms","mistral-7b","python","streamlit","vectordb","video","whisper-ai"],"created_at":"2024-10-07T13:08:30.349Z","updated_at":"2026-05-04T05:43:27.853Z","avatar_url":"https://github.com/Devparihar5.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TalkieAI 📽️ : Talk with your Video\n\n## Description\nInteract with videos like never before! Upload or paste a YouTube link, and our app processes the audio, transcribes it, and lets you chat directly with your video content using cutting-edge language models.\n\n## Features\n- Upload or paste a YouTube link to fetch your video.\n- Process the audio from the video and transcribe it using advanced models.\n- Engage in conversation directly with your video content.\n\n## Demo\n\n### Fetch Video from YouTube\n![Fetch Video from YouTube](https://github.com/Devparihar5/TalkieAI-/blob/main/images/video-upload.png)\n\n### Chat with Your Video\n![Chat with Your Video](https://github.com/Devparihar5/TalkieAI-/blob/main/images/chat.png)\n\n\n## Installation\n\n### Clone the repository and navigate to the directory\n\n```bash\ngit clone https://github.com/Devparihar5/TalkieAI-.git\n```\n\n```bash\ncd TalkieAI-\n```\n\n### Create a virtual environment\n\n```bash\npython -m venv venv\n```\n\n### Activate the virtual environment\n\n\u003cdetails\u003e\n  \u003csummary\u003eWindows\u003c/summary\u003e\n\n```pwsh\nSet-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\n```\n\n```pwsh\n.\\venv\\Scripts\\activate.ps1\n```\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eGNU/Linux or macOS\u003c/summary\u003e\n\n```bash\nsource venv/bin/activate\n```\n\n\u003c/details\u003e\n\n### Upgrade pip and install the dependencies\n\n```bash\npython -m pip install -U pip\n```\n\n```bash\npip install -r requirements.txt\n```\n\n### Set the Hugging Face API Token in secrets.toml\n\n```bash\nmkdir .streamlit\necho HUGGINGFACEHUB_API_TOKEN = \"YOUR_HUGGING_FACE_API_TO_FETCH_MODELS\" \u003e .streamlit/secrets.toml\n```\n*Note: You can easily get your API Keys from [HuggingFace](https://huggingface.co/settings/tokens)*\n\n\n\n\n### Run the server\n\n```bash\nstreamlit run Upload_Your_Video.py\n```\n\nFeel free to engage with your videos in a whole new way with TalkieAI!\n\nReplace `YOUR_HUGGING_FACE_API_TO_FETCH_MODELS` with your actual Hugging Face API token. This ensures that the token is directly set in the `.streamlit/secrets.toml` file during setup.\n\n\n## Contributors\n\nWe welcome contributions from the community to enhance TalkieAI! If you'd like to contribute, please follow these steps:\n\n1. Fork the repository [here](https://github.com/Devparihar5/TalkieAI-).\n2. Clone your forked repository to your local machine.\n3. Create a new branch for your feature or bug fix: `git checkout -b feature/your-feature-name`.\n4. Implement your changes and ensure they follow the project's coding style and guidelines.\n5. Commit your changes: `git commit -m \"Your descriptive commit message\"`.\n6. Push to the branch: `git push origin feature/your-feature-name`.\n7. Submit a pull request to the main repository.\n8. Wait for feedback and address any requested changes.\n\nThank you for being so interested in contributing to TalkieAI! Your contributions are highly appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevparihar5%2Ftalkieai-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevparihar5%2Ftalkieai-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevparihar5%2Ftalkieai-/lists"}