{"id":44004691,"url":"https://github.com/ruslanmv/gpt-anime","last_synced_at":"2026-02-07T13:09:31.768Z","repository":{"id":200214402,"uuid":"704148274","full_name":"ruslanmv/gpt-anime","owner":"ruslanmv","description":"3D Anime Chatbot with Artificial Intelligence and more","archived":false,"fork":false,"pushed_at":"2025-11-20T15:33:40.000Z","size":27347,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T17:23:53.656Z","etag":null,"topics":["3d-models","anime","chatbot","ruslanmv"],"latest_commit_sha":null,"homepage":"https://gpt-anime.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruslanmv.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":"2023-10-12T16:26:47.000Z","updated_at":"2025-10-25T13:52:39.000Z","dependencies_parsed_at":"2024-08-25T18:29:51.834Z","dependency_job_id":"ccc844c8-541d-4260-bc8a-cdb0dd981af8","html_url":"https://github.com/ruslanmv/gpt-anime","commit_stats":null,"previous_names":["ruslanmv/gpt-anime"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruslanmv/gpt-anime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanmv%2Fgpt-anime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanmv%2Fgpt-anime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanmv%2Fgpt-anime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanmv%2Fgpt-anime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruslanmv","download_url":"https://codeload.github.com/ruslanmv/gpt-anime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruslanmv%2Fgpt-anime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29194696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T12:38:28.597Z","status":"ssl_error","status_checked_at":"2026-02-07T12:38:23.888Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["3d-models","anime","chatbot","ruslanmv"],"created_at":"2026-02-07T13:09:31.125Z","updated_at":"2026-02-07T13:09:31.760Z","avatar_url":"https://github.com/ruslanmv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPT ANIME CHATBOT\n\nHello everyone,  the purpose of this repository is to create  beautiful 3D chatbot with ChatGPT.\n\nSome times when you are watching anime and you liked the character, you can think if you can speak with your favorite cartoon character or a simple favorite  AI model Gideon of  the TV series DC's Legends of Tomorrow\n\nIn this repository we will explain how to install \nthis chatbot. \n\nThis is a repo for the [gpt-anime project.](https://www.gpt-anime.com/)\n\n## Setup\n\n1. **Install npm** - [nvm](https://github.com/nvm-sh/nvm#installing-and-updating) and node version 18.14.2 are recommended \n\nWe are going to use ubuntu to run this app. If you have windows you can just install \n\n```\nbash\n```\n\n```\nsudo apt apt-get update\n```\n\n```\nsudo apt install npm \n```\n\n```\nsudo apt install curl \n```\n\n```\ncurl https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash\n```\n\n```\nsource ~/.bashrc\n```\n\n```\nnvm install node\n```\n\n![image-20231012111632468](assets/images/posts/README/image-20231012111632468.png)\n\n```\nnvm install v18.14.2\n```\n\n![image-20231012111731020](assets/images/posts/README/image-20231012111731020.png)\n\n2. **Make sure npm is installed**. To check if it's installed you can run \n\n```\nnpm -v\n```\n\n\n3. **Install yarn** \n\n```\nnpm install  --global yarn\n```\n\n![image-20231012112026097](assets/images/posts/README/image-20231012112026097.png)\n\n## [How to run the project]()\n\n1. Clone the repository\n2. Add API keys to `.env.local` file\n\n```\ncp .env env.local\n\n```\nPaste your  OpenAI API key  by adding the OPENAI_API_KEY env var in the `.env.local` file.\n\nAdd a Google Cloud API key by adding the GOOGLE_API_KEY env var in the `.env.local`file.\n\n3. **Install the dependencies** - In the root folder of this project  Run \n\n```\nyarn install\n```\nto install the dependencies\n\n![image-20231012152607271](assets/images/posts/README/image-20231012152607271.png)\n\n4. **Run the project** -  In the root folder of this project , \n\nRun the following command\n```\nyarn web\n```\nto start the web server\n\n\n5. Navigate to [http://localhost:3000](http://localhost:3000) to view the project\n\n\n![image-20231018212337313](assets/images/posts/README/image-20231018212337313.png)\n\n\n6. Custom run (optional)\nIf you want to run with optimizer on in dev mode (just for testing, it's faster to leave it off):  \n\n```\nyarn web:extract\n```\n\nTo build for production \n\n```\nyarn web:prod\n```\n\nTo see debug output to verify the compiler, add `// debug` as a comment to the top of any file.\n\nAdditional [notes](./notes/README.md)\n\n# Custom Addons\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanmv%2Fgpt-anime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruslanmv%2Fgpt-anime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruslanmv%2Fgpt-anime/lists"}