{"id":24380870,"url":"https://github.com/yei-linux/youtube-mixer","last_synced_at":"2025-04-10T23:16:32.485Z","repository":{"id":191327796,"uuid":"683459167","full_name":"Yei-Linux/youtube-mixer","owner":"Yei-Linux","description":"Tool to manage , download, create social media content using IA and more features.","archived":false,"fork":false,"pushed_at":"2023-12-28T17:07:17.000Z","size":1404,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:16:28.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://youtube-mixer-chi.vercel.app","language":"TypeScript","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/Yei-Linux.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}},"created_at":"2023-08-26T16:34:12.000Z","updated_at":"2024-09-03T14:41:36.000Z","dependencies_parsed_at":"2023-12-17T22:27:02.076Z","dependency_job_id":null,"html_url":"https://github.com/Yei-Linux/youtube-mixer","commit_stats":null,"previous_names":["yei-linux/youtube-mixer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fyoutube-mixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fyoutube-mixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fyoutube-mixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fyoutube-mixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yei-Linux","download_url":"https://codeload.github.com/Yei-Linux/youtube-mixer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312133,"owners_count":21082638,"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":[],"created_at":"2025-01-19T08:32:01.409Z","updated_at":"2025-04-10T23:16:32.467Z","avatar_url":"https://github.com/Yei-Linux.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gamiui.com\"\u003e\n    \u003cimg src=\"https://i.pinimg.com/originals/02/61/18/0261188a351ebd989dd394761403da28.jpg\" alt=\"gamiBrain\" width=\"200\"  style=\"border-radius:50%\"/\u003e\n    \u003ch1 align=\"center\"\u003eYoutube Mixer\u003c/h1\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003c/br\u003e\n\n# Resume\n\n- This is a site where you can download any video from youtube either mp4 or mp3 format. After that you can start using our content creator AI.\n\n- You will need to upload a video and this video generate a transcription, then you could interact with it.\n\n- If you want you could highlight the best part of the video and generate a short with the highlight!\n\n# Setup\n\n- Please run these following commands:\n\n```console\n  npm run front:dev\n  npm run docker:compose-up\n```\n\n# Possible issues\n\n- In case you have docker size issues in your device you can run this following commands to see the memory details and clear it:\n\n```console\n  docker system df -v\n  docker builder prune -a\n```\n\n# Generate our docker builds\n\n- Run these commands:\n\n```console\n  npm run docker:build-yt-mixer\n  npm run docker:build-transcribe\n```\n\n# Generate and push our docker images to ECR\n\n- Setup ecs-cli and gnupg\n\n```console\n  npm run aws:deploy-ecr\n```\n\n- In case for just login run:\n\n```console\naws ecr-public get-login-password --profile jesus --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws\n```\n\n# Create EC2 Instance\n\n- Run these commands:\n\n```console\n  npm run aws:create-ec2-instance\n```\n\n# Connect EC2 and setup\n\n- Connect to ec2 instance , download gists files and run the shell files to setup:\n\n```console\n  ssh -i \"~/.ssh/youtube-mixer-cluster.pem\" ubuntu@ec2-54-227-244-224.compute-1.amazonaws.com\n\n  curl -O https://gist.githubusercontent.com/Yei-Linux/0c7e5e044563af265086786b7cb5553a/raw/faa7f71c5d9736db662fdfa2d8394a96df353471/ec2-setup.sh\n  curl -O https://gist.githubusercontent.com/Yei-Linux/89bedf9e27c6cbbfee2311892b8fb49a/raw/89c3bb535de10eeffdefadeb1c8e00320d395014/ec2-docker-install.sh\n  curl -O https://gist.githubusercontent.com/Yei-Linux/21f3b61fec844ddb9c926c093bdd0231/raw/ad88bbf65f28569099e9e81f1225091ee80ffe33/ec2-caprover-install.sh\n  curl -O https://gist.githubusercontent.com/Yei-Linux/1831bb0742755d26977c4723eea579bc/raw/491c048f689490df13cc0feec2a8eea57599d145/ec2-remove-captain.sh\n```\n\n# Caprover NGINX Config\n\n- Setup:\n\n```console\n\n        location / {\n\n            proxy_read_timeout 120s; #### \u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\u003c\n    \u003c%\n    if (s.httpBasicAuthPath) {\n    %\u003e\n            auth_basic           \"Restricted Access\";\n            auth_basic_user_file \u003c%-s.httpBasicAuthPath%\u003e; \n    \u003c%\n    }\n    %\u003e\n```\n\n\n# Caprover\n\n- Password: mixer123","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyei-linux%2Fyoutube-mixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyei-linux%2Fyoutube-mixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyei-linux%2Fyoutube-mixer/lists"}