{"id":19090174,"url":"https://github.com/jefedcreator/upbeat-ai","last_synced_at":"2026-02-24T07:04:11.151Z","repository":{"id":178748719,"uuid":"661699638","full_name":"jefedcreator/upbeat-ai","owner":"jefedcreator","description":"Spotify Playlist generator with OpenAI","archived":false,"fork":false,"pushed_at":"2024-05-06T17:35:03.000Z","size":588,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T08:41:59.033Z","etag":null,"topics":["chatgpt-api","nextauth","nextjs13","openai","spotify-api","tailwindcss"],"latest_commit_sha":null,"homepage":"https://upbeatai.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/jefedcreator.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-07-03T12:58:58.000Z","updated_at":"2024-07-09T15:32:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"379efa7d-ff2c-4a58-9a6d-85e5df00cb45","html_url":"https://github.com/jefedcreator/upbeat-ai","commit_stats":null,"previous_names":["jefedcreator/upbeat-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jefedcreator/upbeat-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefedcreator%2Fupbeat-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefedcreator%2Fupbeat-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefedcreator%2Fupbeat-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefedcreator%2Fupbeat-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jefedcreator","download_url":"https://codeload.github.com/jefedcreator/upbeat-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jefedcreator%2Fupbeat-ai/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265553236,"owners_count":23787038,"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":["chatgpt-api","nextauth","nextjs13","openai","spotify-api","tailwindcss"],"created_at":"2024-11-09T03:02:47.899Z","updated_at":"2025-10-28T12:41:01.426Z","avatar_url":"https://github.com/jefedcreator.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eUpbeat AI\u003c/h1\u003e\nUnleash personalized playlists based on your mood. Experience the fusion of ChatGPT and Spotify!\n\n[upbeat](https://github.com/jefedcreator/upbeat-ai/assets/72661662/9baa0ebd-a673-4d7f-9ab2-0457276502fb)\n\n## Table of Contents\n\n[Introduction](#Introduction)\n\n[Getting Started](#getting-started)\n\n[Development Setup](#development-setup)\n\n[Spotify Web API Walkthrough](#spotify-web-api-walkthrough)\n\n[Live](#live-app)\n\n# Introduction\n\nWelcome to Upbeat – Your Ultimate Mood-Boosting Music Companion.\n\nExperience a harmonious blend of emotions and music with Upbeat. Imagine a dynamic playlist that evolves alongside your feelings, where each note perfectly captures your mood. Get ready to embark on a unique musical journey as the synergy between ChatGPT and Spotify creates an unparalleled experience.\n\n**Key Features:**\n\n- Personalized Mood Playlists: Let Upbeat curate playlists that mirror your emotions. From joy to introspection, each playlist is finely tuned to enhance your mood.\n\n- Seamless Integration: Effortlessly connect your Spotify account and let Upbeat enhance your existing library. No more searching – let Upbeat's AI recommendations do the work.\n\n- Global Musical Exploration: Discover the world's melodies through Upbeat's AI-powered recommendations. Explore diverse genres and cultures, all tailored to your emotional state.\n\n### Entity Relationship Diagram\n\n![My Image](UpbeatERD.png)\n\n# Getting Started\n\n## Node Dependencies\n\nOnce you have your integrated development environment setup and running, install dependencies by navigating to the `/upbeat-ai` directory and running:\n\n```bash\nnpm install\n```\n\n### Key Dependencies\n\n- [Nextjs 13](https://nextjs.org/) Nextjs is The React Framework for building fullstack applications on the Web.\n\n- [Next-auth](https://next-auth.js.org/) NextAuth.js is a complete open-source authentication solution for Next.js applications.\n\n- [OpenAI](https://platform.openai.com/docs/api-reference/introduction) OpenAI's GPT (generative pre-trained transformer) models have been trained to understand natural language.\n\n- [Tailwindcss](https://tailwindcss.com/) Tailwind CSS is mobile first, utility class based open source CSS framework.\n\n- [Typescript](https://www.typescriptlang.org/) TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.\n\n## Development Setup\n\n### **Download the project starter code locally**\n\n```bash\ngit clone https://github.com/jefedcreator/upbeat-ai.git\ncd upbeat-ai/\n```\n\n### **Add Enviromental Variables**\n\n```bash\ntouch .env.local\nNEXT_PUBLIC_OPENAI_API_KEY=\nNEXT_PUBLIC_SPOTIFY_CLIENT_ID=\nNEXT_PUBLIC_SPOTIFY_CLIENT_SECRET=\nNEXTAUTH_SECRET=\nNEXT_PUBLIC_SECRET=\n```\n\n### **To contribute to the upstream repository path from your local repository, use the commands below:**\n\n```bash\ngit remote add upstream https://github.com/jefedcreator/upbeat-ai.git\ngit remote -v\ngit checkout -b \u003cbranch name\u003e\n```\n\nOnce you have finished editing your code, you can push the local repository to the Github repository using the following commands.\n\n```bash\ngit add . --all\ngit commit -m \"your comment\"\ngit push -u origin \u003cbranch name\u003e\n```\n\n### **Install the dependencies:**\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n### **Run the development server:**\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n### **Verify on the Browser**\u003cbr\u003e\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\n## Spotify Web API Walkthrough\n\n`GET 'https://api.spotify.com/v1/search?q=track:{song}%20$artist:{artist}\u0026type=track'`\n\n- Get Spotify catalog information about albums, artists, playlists, tracks, shows, episodes or audiobooks that match a keyword string.\n- Headers:\n\n```json\n{\n  \"Content-Type\": \"application/json\",\n  \"Authorization\": \"Bearer {accessToken}\"\n}\n```\n\n- Returns:\n\n```json\n{\n\"tracks\": {\n  \"href\": \"https://api.spotify.com/v1/me/shows?offset=0\u0026limit=20\",\n  \"limit\": 20,\n  \"next\": \"https://api.spotify.com/v1/me/shows?offset=1\u0026limit=1\",\n  \"offset\": 0,\n  \"previous\": \"https://api.spotify.com/v1/me/shows?offset=1\u0026limit=1\",\n  \"total\": 4,\n  \"items\": [\n    {\n      \"album\": {\n        \"album_type\": \"compilation\",\n        \"total_tracks\": 9,\n        \"available_markets\": [\n          \"CA\",\n          \"BR\",\n          \"IT\"\n        ],\n        \"external_urls\": {\n          \"spotify\": \"string\"\n        },\n        \"href\": \"string\",\n        \"id\": \"2up3OPMp9Tb4dAKM2erWXQ\",\n        \"images\": [\n          {\n            \"url\": \"https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\",\n            \"height\": 300,\n            \"width\": 300\n          }\n        ],\n        \"name\": \"string\",\n        \"release_date\": \"1981-12\",\n        \"release_date_precision\": \"year\",\n        \"restrictions\": {\n          \"reason\": \"market\"\n        },\n        \"type\": \"album\",\n        \"uri\": \"spotify:album:2up3OPMp9Tb4dAKM2erWXQ\",\n        \"copyrights\": [\n          {\n            \"text\": \"string\",\n            \"type\": \"string\"\n          }\n        ],\n        \"external_ids\": {\n          \"isrc\": \"string\",\n          \"ean\": \"string\",\n          \"upc\": \"string\"\n        },\n        \"genres\": [\n          \"Egg punk\",\n          \"Noise rock\"\n        ],\n        \"label\": \"string\",\n        \"popularity\": 0,\n        \"album_group\": \"compilation\",\n        \"artists\": [\n          {\n            \"external_urls\": {\n              \"spotify\": \"string\"\n            },\n            \"href\": \"string\",\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"artist\",\n            \"uri\": \"string\"\n          }\n        ]\n      },\n      \"artists\": [\n        {\n          \"external_urls\": {\n            \"spotify\": \"string\"\n          },\n          \"followers\": {\n            \"href\": \"string\",\n            \"total\": 0\n          },\n          \"genres\": [\n            \"Prog rock\",\n            \"Grunge\"\n          ],\n          \"href\": \"string\",\n          \"id\": \"string\",\n          \"images\": [\n            {\n              \"url\": \"https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\",\n              \"height\": 300,\n              \"width\": 300\n            }\n          ],\n          \"name\": \"string\",\n          \"popularity\": 0,\n          \"type\": \"artist\",\n          \"uri\": \"string\"\n        }\n      ],\n      \"available_markets\": [\n        \"string\"\n      ],\n      \"disc_number\": 0,\n      \"duration_ms\": 0,\n      \"explicit\": false,\n      \"external_ids\": {\n        \"isrc\": \"string\",\n        \"ean\": \"string\",\n        \"upc\": \"string\"\n      },\n      \"external_urls\": {\n        \"spotify\": \"string\"\n      },\n      \"href\": \"string\",\n      \"id\": \"string\",\n      \"is_playable\": false,\n      \"linked_from\": {},\n      \"restrictions\": {\n        \"reason\": \"string\"\n      },\n      \"name\": \"string\",\n      \"popularity\": 0,\n      \"preview_url\": \"string\",\n      \"track_number\": 0,\n      \"type\": \"track\",\n      \"uri\": \"string\",\n      \"is_local\": false\n    }\n  ]\n}\"\n}\n```\n\n`GET 'https://api.spotify.com/v1/playlists/{playlist_id}'`\n\n- Get a playlist owned by a Spotify user.\n\n- Headers:\n\n```json\n{\n  \"Content-Type\": \"application/json\",\n  \"Authorization\": \"Bearer {accessToken}\"\n}\n```\n\n- Returns:\n\n```json\n{\n  \"collaborative\": false,\n  \"description\": \"string\",\n  \"external_urls\": {\n    \"spotify\": \"string\"\n  },\n  \"followers\": {\n    \"href\": \"string\",\n    \"total\": 0\n  },\n  \"href\": \"string\",\n  \"id\": \"string\",\n  \"images\": [\n    {\n      \"url\": \"https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\",\n      \"height\": 300,\n      \"width\": 300\n    }\n  ],\n  \"name\": \"string\",\n  \"owner\": {\n    \"external_urls\": {\n      \"spotify\": \"string\"\n    },\n    \"followers\": {\n      \"href\": \"string\",\n      \"total\": 0\n    },\n    \"href\": \"string\",\n    \"id\": \"string\",\n    \"type\": \"user\",\n    \"uri\": \"string\",\n    \"display_name\": \"string\"\n  },\n  \"public\": false,\n  \"snapshot_id\": \"string\",\n  \"tracks\": {\n    \"href\": \"https://api.spotify.com/v1/me/shows?offset=0\u0026limit=20\",\n    \"limit\": 20,\n    \"next\": \"https://api.spotify.com/v1/me/shows?offset=1\u0026limit=1\",\n    \"offset\": 0,\n    \"previous\": \"https://api.spotify.com/v1/me/shows?offset=1\u0026limit=1\",\n    \"total\": 4,\n    \"items\": [\n      {\n        \"added_at\": \"string\",\n        \"added_by\": {\n          \"external_urls\": {\n            \"spotify\": \"string\"\n          },\n          \"followers\": {\n            \"href\": \"string\",\n            \"total\": 0\n          },\n          \"href\": \"string\",\n          \"id\": \"string\",\n          \"type\": \"user\",\n          \"uri\": \"string\"\n        },\n        \"is_local\": false,\n        \"track\": {\n          \"album\": {\n            \"album_type\": \"compilation\",\n            \"total_tracks\": 9,\n            \"available_markets\": [\"CA\", \"BR\", \"IT\"],\n            \"external_urls\": {\n              \"spotify\": \"string\"\n            },\n            \"href\": \"string\",\n            \"id\": \"2up3OPMp9Tb4dAKM2erWXQ\",\n            \"images\": [\n              {\n                \"url\": \"https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\",\n                \"height\": 300,\n                \"width\": 300\n              }\n            ],\n            \"name\": \"string\",\n            \"release_date\": \"1981-12\",\n            \"release_date_precision\": \"year\",\n            \"restrictions\": {\n              \"reason\": \"market\"\n            },\n            \"type\": \"album\",\n            \"uri\": \"spotify:album:2up3OPMp9Tb4dAKM2erWXQ\",\n            \"copyrights\": [\n              {\n                \"text\": \"string\",\n                \"type\": \"string\"\n              }\n            ],\n            \"external_ids\": {\n              \"isrc\": \"string\",\n              \"ean\": \"string\",\n              \"upc\": \"string\"\n            },\n            \"genres\": [\"Egg punk\", \"Noise rock\"],\n            \"label\": \"string\",\n            \"popularity\": 0,\n            \"album_group\": \"compilation\",\n            \"artists\": [\n              {\n                \"external_urls\": {\n                  \"spotify\": \"string\"\n                },\n                \"href\": \"string\",\n                \"id\": \"string\",\n                \"name\": \"string\",\n                \"type\": \"artist\",\n                \"uri\": \"string\"\n              }\n            ]\n          },\n          \"artists\": [\n            {\n              \"external_urls\": {\n                \"spotify\": \"string\"\n              },\n              \"followers\": {\n                \"href\": \"string\",\n                \"total\": 0\n              },\n              \"genres\": [\"Prog rock\", \"Grunge\"],\n              \"href\": \"string\",\n              \"id\": \"string\",\n              \"images\": [\n                {\n                  \"url\": \"https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\",\n                  \"height\": 300,\n                  \"width\": 300\n                }\n              ],\n              \"name\": \"string\",\n              \"popularity\": 0,\n              \"type\": \"artist\",\n              \"uri\": \"string\"\n            }\n          ],\n          \"available_markets\": [\"string\"],\n          \"disc_number\": 0,\n          \"duration_ms\": 0,\n          \"explicit\": false,\n          \"external_ids\": {\n            \"isrc\": \"string\",\n            \"ean\": \"string\",\n            \"upc\": \"string\"\n          },\n          \"external_urls\": {\n            \"spotify\": \"string\"\n          },\n          \"href\": \"string\",\n          \"id\": \"string\",\n          \"is_playable\": false,\n          \"linked_from\": {},\n          \"restrictions\": {\n            \"reason\": \"string\"\n          },\n          \"name\": \"string\",\n          \"popularity\": 0,\n          \"preview_url\": \"string\",\n          \"track_number\": 0,\n          \"type\": \"track\",\n          \"uri\": \"string\",\n          \"is_local\": false\n        }\n      }\n    ]\n  },\n  \"type\": \"string\",\n  \"uri\": \"string\"\n}\n```\n\n`GET 'https://api.spotify.com/v1/recommendations?seed_tracks={tracks}'`\n\n- Recommendations are generated based on the available information for a given seed entity and matched against similar artists and tracks. If there is sufficient information about the provided seeds, a list of tracks will be returned together with pool size details.\n\n- Headers:\n\n```json\n{\n  \"Content-Type\": \"application/json\",\n  \"Authorization\": \"Bearer {accessToken}\"\n}\n```\n\n- Returns:\n\n```json\n{\n  \"tracks\": [\n    {\n      \"album\": {\n        \"album_type\": \"compilation\",\n        \"total_tracks\": 9,\n        \"available_markets\": [\"CA\", \"BR\", \"IT\"],\n        \"external_urls\": {\n          \"spotify\": \"string\"\n        },\n        \"href\": \"string\",\n        \"id\": \"2up3OPMp9Tb4dAKM2erWXQ\",\n        \"images\": [\n          {\n            \"url\": \"https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\",\n            \"height\": 300,\n            \"width\": 300\n          }\n        ],\n        \"name\": \"string\",\n        \"release_date\": \"1981-12\",\n        \"release_date_precision\": \"year\",\n        \"restrictions\": {\n          \"reason\": \"market\"\n        },\n        \"type\": \"album\",\n        \"uri\": \"spotify:album:2up3OPMp9Tb4dAKM2erWXQ\",\n        \"copyrights\": [\n          {\n            \"text\": \"string\",\n            \"type\": \"string\"\n          }\n        ],\n        \"external_ids\": {\n          \"isrc\": \"string\",\n          \"ean\": \"string\",\n          \"upc\": \"string\"\n        },\n        \"genres\": [\"Egg punk\", \"Noise rock\"],\n        \"label\": \"string\",\n        \"popularity\": 0,\n        \"album_group\": \"compilation\",\n        \"artists\": [\n          {\n            \"external_urls\": {\n              \"spotify\": \"string\"\n            },\n            \"href\": \"string\",\n            \"id\": \"string\",\n            \"name\": \"string\",\n            \"type\": \"artist\",\n            \"uri\": \"string\"\n          }\n        ]\n      },\n      \"artists\": [\n        {\n          \"external_urls\": {\n            \"spotify\": \"string\"\n          },\n          \"followers\": {\n            \"href\": \"string\",\n            \"total\": 0\n          },\n          \"genres\": [\"Prog rock\", \"Grunge\"],\n          \"href\": \"string\",\n          \"id\": \"string\",\n          \"images\": [\n            {\n              \"url\": \"https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\",\n              \"height\": 300,\n              \"width\": 300\n            }\n          ],\n          \"name\": \"string\",\n          \"popularity\": 0,\n          \"type\": \"artist\",\n          \"uri\": \"string\"\n        }\n      ],\n      \"available_markets\": [\"string\"],\n      \"disc_number\": 0,\n      \"duration_ms\": 0,\n      \"explicit\": false,\n      \"external_ids\": {\n        \"isrc\": \"string\",\n        \"ean\": \"string\",\n        \"upc\": \"string\"\n      },\n      \"external_urls\": {\n        \"spotify\": \"string\"\n      },\n      \"href\": \"string\",\n      \"id\": \"string\",\n      \"is_playable\": false,\n      \"linked_from\": {},\n      \"restrictions\": {\n        \"reason\": \"string\"\n      },\n      \"name\": \"string\",\n      \"popularity\": 0,\n      \"preview_url\": \"string\",\n      \"track_number\": 0,\n      \"type\": \"track\",\n      \"uri\": \"string\",\n      \"is_local\": false\n    }\n  ]\n}\n```\n\n`POST 'https://api.spotify.com/v1/users/{user_id}/playlists'`\n\n- Create a playlist for a Spotify user. (The playlist will be empty until you add tracks.)\n\n- Headers:\n\n```json\n{\n  \"Content-Type\": \"application/json\",\n  \"Authorization\": \"Bearer {accessToken}\"\n}\n```\n\n- Body:\n\n```json\n{\n  \"name\": \"New Playlist\",\n  \"description\": \"New playlist description\",\n  \"public\": false\n}\n```\n\n- Returns:\n\n```json\n{\n  \"collaborative\": false,\n  \"description\": \"New playlist description\",\n  \"external_urls\": {\n    \"spotify\": \"https://open.spotify.com/playlist/0hrOuE9ealYROUw3eiIVvk\"\n  },\n  \"followers\": {\n    \"href\": null,\n    \"total\": 0\n  },\n  \"href\": \"https://api.spotify.com/v1/playlists/0hrOuE9ealYROUw3eiIVvk\",\n  \"id\": \"0hrOuE9ealYROUw3eiIVvk\",\n  \"images\": [],\n  \"name\": \"New Playlist\",\n  \"owner\": {\n    \"display_name\": \"8thgod\",\n    \"external_urls\": {\n      \"spotify\": \"https://open.spotify.com/user/yo3sn456f10785pw81nohq37f\"\n    },\n    \"href\": \"https://api.spotify.com/v1/users/yo3sn456f10785pw81nohq37f\",\n    \"id\": \"yo3sn456f10785pw81nohq37f\",\n    \"type\": \"user\",\n    \"uri\": \"spotify:user:yo3sn456f10785pw81nohq37f\"\n  },\n  \"primary_color\": null,\n  \"public\": false,\n  \"snapshot_id\": \"MSxjMjFkY2ZlM2JhOWE4YTE1Y2UyMzU2N2Q5NmIyZTBiNjgxZWE2MWMw\",\n  \"tracks\": {\n    \"href\": \"https://api.spotify.com/v1/playlists/0hrOuE9ealYROUw3eiIVvk/tracks\",\n    \"items\": [],\n    \"limit\": 100,\n    \"next\": null,\n    \"offset\": 0,\n    \"previous\": null,\n    \"total\": 0\n  },\n  \"type\": \"playlist\",\n  \"uri\": \"spotify:playlist:0hrOuE9ealYROUw3eiIVvk\"\n}\n```\n\n`POST 'https://api.spotify.com/v1/playlists/{playlist_id}/tracks'`\n\n- Add one or more items to a user's playlist.\n\n- Headers:\n\n```json\n{\n  \"Content-Type\": \"application/json\",\n  \"Authorization\": \"Bearer {accessToken}\"\n}\n```\n\n- Body:\n\n```json\n{\n    \"uris\": [spotifyTrackIds],\n    \"position\": 0,\n}\n```\n\n- Response:\n\n```json\n{\n  \"snapshot_id\": \"abc\"\n}\n```\n\n## Live App\n\n\u003cb\u003e[Upbeat](https://upbeatai.vercel.app/)\n\n### Demo\n\n\u003cb\u003e[Youtube](https://youtu.be/DNfqiqtwrzM)\n\n#### Prompts\n\nTry the follwing propmts to generate a playlist\n\n```text\n. I am feeling happy\n. I am feeling sad\n. I am feeling angry\n. I am feeling like listening to some afrobeats\n. I am feeling like listening to some rnb\n```\n\nWhen interacting with the bot, go straight to the\npoint, one sentence is enough. it's not the smartest\nai but it understands context, so it may ask you\nfor clarification or return what you just said. no\nworries, just repeat yourself again\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefedcreator%2Fupbeat-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjefedcreator%2Fupbeat-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjefedcreator%2Fupbeat-ai/lists"}