{"id":25185921,"url":"https://github.com/abusayid693/voicefy","last_synced_at":"2025-05-07T14:12:04.622Z","repository":{"id":38825791,"uuid":"491616519","full_name":"Abusayid693/Voicefy","owner":"Abusayid693","description":"Generate best audio experiences with cloud services, build using best in market could service providers (in-development)","archived":false,"fork":false,"pushed_at":"2022-10-20T11:14:29.000Z","size":592,"stargazers_count":10,"open_issues_count":3,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T14:11:54.360Z","etag":null,"topics":["aws","graphql","nodejs","postgresql","react"],"latest_commit_sha":null,"homepage":"","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/Abusayid693.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}},"created_at":"2022-05-12T17:55:54.000Z","updated_at":"2024-01-19T10:28:51.000Z","dependencies_parsed_at":"2022-08-26T19:52:15.384Z","dependency_job_id":null,"html_url":"https://github.com/Abusayid693/Voicefy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abusayid693%2FVoicefy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abusayid693%2FVoicefy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abusayid693%2FVoicefy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abusayid693%2FVoicefy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abusayid693","download_url":"https://codeload.github.com/Abusayid693/Voicefy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252892504,"owners_count":21820648,"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":["aws","graphql","nodejs","postgresql","react"],"created_at":"2025-02-09T19:40:58.219Z","updated_at":"2025-05-07T14:12:04.606Z","avatar_url":"https://github.com/Abusayid693.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://socialify.git.ci/Abusayid693/Voicefy/image?description=1\u0026issues=1\u0026language=1\u0026name=1\u0026owner=1\u0026pulls=1\u0026theme=Light)\n# Voicefy \nVoicefy is a web-application that allows users to generate best audio experiences with cloud services and store them in cloud. The application uses Modern frontend and backed development tools. The application handles user authentication and uses Relational database to store data.\n\n### Note : Navigate to client-ui folder for react app\n\n## ⚙️ Features\n- User Authentication\n- Analytics\n- Cloud storage\n- Text to speech\n- Audio player\n\n## 📸 Screenshots\n\n|||\n|:----------------------------------------:|:-----------------------------------------:|\n| ![Imgur](https://i.imgur.com/XlI0bFO.png) | ![Imgur](https://i.imgur.com/8Fx13uy.png) |\n| ![Imgur](https://i.imgur.com/DZU0GK5.png) | ![Imgur](https://i.imgur.com/zZFIr12.png) |\n| ![Imgur](https://i.imgur.com/HowG3i8.png) | ![Imgur](https://i.imgur.com/HHpVUar.png) |\n| ![Imgur](https://i.imgur.com/7qskagQ.png) | ![](https://i.imgur.com/NZViRzL.png)\n\n## Built With 🛠\n- [NodeJS](https://nodejs.org/en/) - Node.js is an open-source, cross-platform, back-end JavaScript runtime environmen\n- [Postgres SQL](https://www.postgresql.org) - A relational database management system emphasizing extensibility and SQL\n- [AWS](https://aws.amazon.com)\n  - [AWS Polly](https://aws.amazon.com/polly/) - Amazon Polly is a cloud service by Amazon Web Services, a subsidiary of Amazon.com, that converts text into spoken audio.\n  - [AWS S3](https://aws.amazon.com/s3/) - Amazon S3 or Amazon Simple Storage Service is a service offered by Amazon Web Services\n  - [AWS RDS](https://aws.amazon.com/rds/) - Amazon Relational Database Service is a distributed relational database service by Amazon Web Services. \n  - [AWS EC2](https://aws.amazon.com/ec2/) - Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud.\n- [IBM Watson](https://www.ibm.com/cloud/watson-text-to-speech) - cloud service that enables you to convert written text into natural-sounding audio in a variety of languages and voices\n- [GraphQL](https://graphql.org) - GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data\n- [Next js](https://nextjs.org) - Next.js is an open-source web development framework created by Vercel enabling React-based web applications\n\n## Prerequisites\n\n- [NodeJS](https://nodejs.org/en/) version 14+\n- [PostgresSQL](https://www.postgresql.org)\n- [AWS](https://aws.amazon.com)\n\n## Getting Started\n\n- Install and run\n\n```bash\nyarn install\n# Followed by\nnpm run watch\n# Followed by\nnpm run dev\n```\n\n- For Migration\n\n```bash\nnpm run create:migration\n```\n\n- GraphQL Playground\n\n```http \nhttp://localhost:4000/graphql\n```\n\n## GraphQL Queries\n\n1. Login\n\n```graphql\n  mutation {\n    login(options:{\n      password:\"fgdhgfh\",\n      username:\"gdfbfg\"\n    }){\n      errors{\n        field\n        message\n      }\n      user{\n        username\n      }\n    }\n  }\n```\n\n2. Register\n\n```graphql\nmutation {\n    register(options:{\n      password:\"jknbjklk\",\n      username:\"hjuhbmn kjbhvbnm,,mknbknjmn m\"\n    }){\n      errors{\n        field\n        message\n      }\n      user{\n        username\n      }\n    }\n  }\n```\n\n3. Analytics\n\n```graphql\nquery total {\n  analyticsTotalSavedVoices\n}\n\nquery totalTotalVoicesUsed {\n  analyticsTotalVoicesUsed {\n    key\n    count\n  }\n}\n\nquery totalLanguagesUsed {\n  analyticsTotalLanguagesUsed {\n    key\n    count\n  }\n}\n\nquery totalGenderUsed {\n  analyticsTotalGenderUsed {\n    key\n    count\n  }\n}\n\nquery totalServicesUsed {\n  analyticsTotalServicesUsed {\n    key\n    count\n  }\n}\n```\n\n\n## Isolated routes\n\n1. S3 Image Upload\n```bash\n# File accepted as body\nhttp://localhost:4000/upload\n```\n\n2. TTS Voice Routes\n```bash\n# file accepted as body\nhttp://localhost:4000/tts\n\n# Required body \n\n{\n\"provider\":\"aws\", # aws or ibm\n \"ssmlText\" : \"Testing voice\",\n \"VoiceId\" : \"Aditi\",\n \"lan\" :\"arb\"  \n}\n\n# Response\n{\n  \"success\" : true,\n  \"url\" : \"https://............s3.ap-south-1.amazonaws.com/........\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabusayid693%2Fvoicefy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabusayid693%2Fvoicefy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabusayid693%2Fvoicefy/lists"}