{"id":24380827,"url":"https://github.com/yei-linux/workbook-lover-lang","last_synced_at":"2025-07-30T10:33:58.451Z","repository":{"id":195422837,"uuid":"691413053","full_name":"Yei-Linux/workbook-lover-lang","owner":"Yei-Linux","description":"Generate audiobooks from PDF's using IA","archived":false,"fork":false,"pushed_at":"2023-12-28T06:21:15.000Z","size":3832,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T11:43:53.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://workbook-lover-lang.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-14T06:10:43.000Z","updated_at":"2023-12-28T06:34:09.000Z","dependencies_parsed_at":"2023-12-28T01:56:11.662Z","dependency_job_id":"88b9ef67-490c-43b0-9ea4-325dea0633cc","html_url":"https://github.com/Yei-Linux/workbook-lover-lang","commit_stats":null,"previous_names":["yei-linux/workbook-lover-lang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Yei-Linux/workbook-lover-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fworkbook-lover-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fworkbook-lover-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fworkbook-lover-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fworkbook-lover-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yei-Linux","download_url":"https://codeload.github.com/Yei-Linux/workbook-lover-lang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yei-Linux%2Fworkbook-lover-lang/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267850819,"owners_count":24154505,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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:31:38.046Z","updated_at":"2025-07-30T10:33:58.393Z","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\"\u003eWorkbook Lover\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 convert a pdf to audio!\n\n# Setup\n\n- Please run these following commands:\n\n```console\n  npm run front:dev\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# 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/workbook-lover-cluster.pem\" ubuntu@ec2-44-215-170-138.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\n# Caprover\n\n- Password: workbook123","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyei-linux%2Fworkbook-lover-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyei-linux%2Fworkbook-lover-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyei-linux%2Fworkbook-lover-lang/lists"}