{"id":19441342,"url":"https://github.com/stamir36/cursusai-chatbot","last_synced_at":"2026-04-11T11:34:29.707Z","repository":{"id":147587703,"uuid":"618924290","full_name":"Stamir36/CursusAI-ChatBot","owner":"Stamir36","description":"Chatbot based on artificial intelligence (AI) for communication, image generation and text translation.","archived":false,"fork":false,"pushed_at":"2023-06-14T08:42:34.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T07:45:20.746Z","etag":null,"topics":["ai","blenderbot","chatbot","cloud","colab-notebook","facabook","gpt","gpt-2","huggingface","openjourney","python","pytorch","stable-diffusion","text-generation","torch","transformers","translation","web"],"latest_commit_sha":null,"homepage":"https://unesell.com/app/cursus/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stamir36.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-03-25T18:37:38.000Z","updated_at":"2024-09-22T04:29:33.000Z","dependencies_parsed_at":"2025-01-10T05:30:23.863Z","dependency_job_id":null,"html_url":"https://github.com/Stamir36/CursusAI-ChatBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Stamir36/CursusAI-ChatBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stamir36%2FCursusAI-ChatBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stamir36%2FCursusAI-ChatBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stamir36%2FCursusAI-ChatBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stamir36%2FCursusAI-ChatBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stamir36","download_url":"https://codeload.github.com/Stamir36/CursusAI-ChatBot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stamir36%2FCursusAI-ChatBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31679478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["ai","blenderbot","chatbot","cloud","colab-notebook","facabook","gpt","gpt-2","huggingface","openjourney","python","pytorch","stable-diffusion","text-generation","torch","transformers","translation","web"],"created_at":"2024-11-10T15:35:05.637Z","updated_at":"2026-04-11T11:34:29.679Z","avatar_url":"https://github.com/Stamir36.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CursusBot - AI chat script\n\nChatbot based on Python and Transformers 🤗, with support for working in the terminal and on the Cursus Messenger website.\n\n![CursusBot Banner](https://i.ibb.co/Ny8P19X/cursusbot-ai.png)\n\u003e Supports Russian and English.\n\n# Features\n\n- Carry on a light dialogue 💬.\n- Translate text from Russian into English and vice versa.\n- Generate images from image description using \"Openjourney\" 🖼️.\n\n## Launch with Google Colab.\nTo run a project based on Google computers, go to [Official notepad](https://colab.research.google.com/drive/1BnPDnLK52OPSOVL3TyE7S-_zqI2Nakx-?usp=sharing), and run each code in turn. After that, return to CursusBot in the Cursus messenger and start chatting. To execute commands, enter \"/\" in the text box.\n\n## What for and why?\nAnyone who is interested in artificial intelligence and wants to try different models, you are in the right place. This repository has a script for launching a neural model in two modes: in the console and in Cursus Messenger.\n\n\u003eThose who want to try to communicate with the model without installing and running scripts, you can go to https://unesell.com/app/cursus/ and chat with the neural network.\n\n## Guides\n\nCheck out the following resources to help you get started with neural chatbots:\n\n- [Cursus Messenger](https://unesell.com/app/cursus/) - Try Chatbot Online (If the script is currently running on at least one computer)\n- [Unesell API](https://api.unesell.com/#aimodels) - Instructions for running the script on the local computer.\n- [Hugging Face](https://huggingface.co/) - Here you can find any other model to run.\n\n## Installation on a local machine\n\nVisit the [Unesell API](https://api.unesell.com/#aimodels) page for details.\n\nDownload the model launch script\n\n```sh\nwget https://api.unesell.com/AI/run.py\nwget https://api.unesell.com/AI/run.1B.py\n```\n\u003eThe first script with 400M model, the second one with 1B. Choose the one that your local machine can pull.\n\nInstall dependencies and run the script\n\n```sh\npython -m pip install torch transformers requests langdetect\n```\nTo run in [browser interface](https://unesell.com/app/cursus/)\n```sh\npython run.py online \n```\nTo run in terminal\n```sh\npython run.py local\n```\n\n## Image generation\nAfter running the script on Colab or the server, you need to go to the chat of the bot, and run the following command, entering prompts or a description of what you want to receive:\n```sh\n/imageline {prompt}\n```\n\n## Screenshot of online mode\n![CursusBot Banner](https://i.ibb.co/LPQQnVw/bot-ai.png)\n\n# License and Author\nThe source code of the program is open, distribution and modification is allowed only with the consent of the author.\u003cbr\u003e\nAuthor: Stanislav Miroshnichenko (from Ukraine with ❤️) \u003cbr\u003e\nFeedback: s.miroshnichenko.mail@gmail.com\u003cbr\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstamir36%2Fcursusai-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstamir36%2Fcursusai-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstamir36%2Fcursusai-chatbot/lists"}