{"id":16277235,"url":"https://github.com/rbourgeat/impai","last_synced_at":"2025-07-29T06:32:58.344Z","repository":{"id":206329596,"uuid":"716380988","full_name":"rbourgeat/ImpAI","owner":"rbourgeat","description":"😈 ImpAI is an advanced role play app using large language and diffusion models.","archived":false,"fork":false,"pushed_at":"2024-06-06T19:33:29.000Z","size":23572,"stargazers_count":63,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-27T00:39:23.976Z","etag":null,"topics":["ai","character-ai","chat","docker","game","ggml","gguf","linux","llama","llama-cpp","llm","macos","roleplay","stable-diffusion","windows"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rbourgeat.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-11-09T02:34:20.000Z","updated_at":"2025-07-04T09:58:51.000Z","dependencies_parsed_at":"2024-08-03T07:49:17.509Z","dependency_job_id":"2959bc5d-6941-41aa-9184-98735f7f520e","html_url":"https://github.com/rbourgeat/ImpAI","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":"0.23076923076923073","last_synced_commit":"a88a947e8c7936be41ed38a75f87ba1bd44a0725"},"previous_names":["rbourgeat/my-virtual-adventure","rbourgeat/impai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rbourgeat/ImpAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FImpAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FImpAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FImpAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FImpAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbourgeat","download_url":"https://codeload.github.com/rbourgeat/ImpAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbourgeat%2FImpAI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267639569,"owners_count":24119780,"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-29T02:00:12.549Z","response_time":2574,"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":["ai","character-ai","chat","docker","game","ggml","gguf","linux","llama","llama-cpp","llm","macos","roleplay","stable-diffusion","windows"],"created_at":"2024-10-10T18:53:30.713Z","updated_at":"2025-07-29T06:32:58.307Z","avatar_url":"https://github.com/rbourgeat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003cimg src=\"./frontend/public/title_impai.png\" alt=\"ImpAI\" style=\"width: 150px; display: block; margin: auto;\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Python\" src=\"https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54\"\u003e\n    \u003cimg alt=\"React\" src=\"https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB\"\u003e\n    \u003cimg alt=\"React\" src=\"https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    😈 ImpAI is an advanced role play app using large language and diffusion models.\n\u003c/p\u003e\n\n\u003cp align=\"center\" width=\"100%\"\u003e\n    \u003cimg src=\"./frontend/public/example.png\" alt=\"ImpAI Example\" style=\"width: 75%; min-width: 300px; display: block; margin: auto;\"\u003e\n\u003c/p\u003e\n\n# \u003cimg src=\"./frontend/public/astro_impai.png\" alt=\"ImpAI\" width=\"50px\" align=\"left\"\u003e Start here\n\n\u003e ℹ️ You need [NodeJS](https://nodejs.org) and [Python3.11](https://www.python.org) or [Docker](https://www.docker.com/)\n\nRun the following commands for download models and build the project:\n\n- For Linux \u0026 MacOS:\n\n```bash\nbash start.sh\n```\n\n- For Windows:\n\n```bat\nstart start.bat\n```\n\n- With Docker:\n\nIf you want build from sources:\n\n```bash\ndocker-compose build --build-arg SD_MODEL=stabilityai/sdxl-turbo\n```\n\nThen run it:\n\n```bash\nbash docker.sh\n```\n\nOpen your browser at http://localhost:4242\n\n# \u003cimg src=\"./frontend/public/worker_impai.png\" alt=\"ImpAI\" width=\"50px\" align=\"left\"\u003e Config\n\n### You can change `root prompt`, `prompt` and `size of images` generated at the top right of the screen !\n\n\u003e ℹ️ `root prompt` is the first template used by **ImpAI** and `prompt` is the template used for every next messages\n\n\u003cimg src=\"./frontend/public/demo_settings_impai.gif\" width=\"500px\" alt=\"ImpAI Settings\"\u003e\n\n\u003e ℹ️ You can modify the large language model in the file `start.sh`\n(`MODEL` == `file name` and `MODEL_HF` == `repository + quantization`):\n\n```bash\n# English Mistral 7b Q4_K_M by default\nMODEL=mistral-7b-instruct-v0.1.Q4_K_M.gguf\nMODEL_HF=TheBloke/Mistral-7B-Instruct-v0.1-GGUF:q4_k_m\n\n# French Mistral 7b Q4_K_M for example\n# MODEL=vigostral-7b-chat.Q4_K_M.gguf\n# MODEL_HF=TheBloke/Vigostral-7B-Chat-GGUF:q4_k_m\n```\n\n\u003e ℹ️ You can change the stable diffusion model ([a hugging face repo](https://huggingface.co/)) in the file `start.sh`\n\n```bash\n# Stable Diffusion Model\nSD_MODEL=stabilityai/sdxl-turbo\n```\n\n### If you want, you can add non-player characters to your story !\n\n\u003cimg src=\"./frontend/public/demo_npc_impai.gif\" width=\"500px\" alt=\"ImpAI NPC\"\u003e\n\n# \u003cimg src=\"./frontend/public/angry_impai.png\" alt=\"ImpAI\" width=\"50px\" align=\"left\"\u003e Todo List\n\n- [x] Chat\n\n- [x] Image\n\n- [x] Settings\n\n- [x] NPC\n\n- [ ] Save system\n\n- [ ] Suggested action\n\n- [ ] Multiple users\n\n- [ ] RPG mode with dices\n\n- [ ] Video/GIF output\n\n- [ ] Audio input\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbourgeat%2Fimpai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbourgeat%2Fimpai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbourgeat%2Fimpai/lists"}