{"id":13644738,"url":"https://github.com/fmxexpress/codedroidai","last_synced_at":"2025-04-12T14:13:06.349Z","repository":{"id":174219051,"uuid":"651940899","full_name":"FMXExpress/CodeDroidAI","owner":"FMXExpress","description":"Generate code and forms with AI for Delphi Object Pascal and C++Builder using LLMs like ChatGPT and Vicuna-13b.","archived":false,"fork":false,"pushed_at":"2023-09-09T12:44:07.000Z","size":6903,"stargazers_count":77,"open_issues_count":1,"forks_count":13,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-07T05:44:52.410Z","etag":null,"topics":["ai","artificial-intelligence","chatgpt-api","cpp-builder","delphi","delphi2007","gpt-3","gpt-4","replicate","unicode","vicuna-13b"],"latest_commit_sha":null,"homepage":"https://www.fmxexpress.com/","language":"Pascal","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/FMXExpress.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-06-10T15:07:11.000Z","updated_at":"2025-03-26T11:49:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"396e91a4-ae46-43da-9273-bcd9e917894f","html_url":"https://github.com/FMXExpress/CodeDroidAI","commit_stats":null,"previous_names":["fmxexpress/codedroidai"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FCodeDroidAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FCodeDroidAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FCodeDroidAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FCodeDroidAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FMXExpress","download_url":"https://codeload.github.com/FMXExpress/CodeDroidAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578862,"owners_count":21127713,"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":["ai","artificial-intelligence","chatgpt-api","cpp-builder","delphi","delphi2007","gpt-3","gpt-4","replicate","unicode","vicuna-13b"],"created_at":"2024-08-02T01:02:11.850Z","updated_at":"2025-04-12T14:13:06.323Z","avatar_url":"https://github.com/FMXExpress.png","language":"Pascal","funding_links":[],"categories":["NLP"],"sub_categories":[],"readme":"# CodeDroidAI\nGenerate code and forms with AI for Delphi Object Pascal using LLMs like ChatGPT and Vicuna-13b.\n\nThe CodeDroidAI Desktop client is a powerful UI for generate code and forms for Delphi and C++Builder. Comes with the ability to verify Delphi and C++ code by compiling it and then reporting errors back to ChatGPT. Also supports other LLMs like Vicuna-13b. \nIncludes a built in template system to add additional code generation options.\n\n\n[![CodeDroidAI Coding Bootcamp Session](https://img.youtube.com/vi/Li3CP9PtI1I/maxresdefault.jpg)](https://www.youtube.com/watch?v=Li3CP9PtI1I)\n\nBuilt in functionality includes:\n* Generate Procedures\n* Code Analysis\n* Comment Code\n* Generate A FMX Form\n* Convert Delphi Code To Borland C++\n* Upgrade Delphi ANSI Code To Unicode\n* Generate A VCL Form\n* Convert A VCL Form To FMX\n* Convert FPC Code To Delphi\n* Convert Delphi Code To Inline ASM\n* Optimize Code\n* Translate Between Languages\n* Create A Unit Test\n\nSupported models include:\n* gpt-3.5-turbo-16k\n* gpt-4\n* vicuna-13b\n* gpt4all\n* falcon-40b-instruct\n* llama70b-v2-chat\n* llama13b-v2-chat\n* freewilly2\n* fastervicuna_13b\n* codellama-13b\n* codellama-34b\n* wizardcoder-34b\n* codellama-7b\n* and more!\n\nBuilt with [Delphi](https://www.embarcadero.com/products/delphi/) using the FireMonkey framework this client works on Windows, macOS, and Linux (and maybe Android+iOS) with a single codebase and single UI. At the moment it is specifically set up for Windows.\n\nIt features a REST integration with OpenAI.com (ChatGPT) and Replicate.com for providing source code generation functionality within the client. You need to sign up for API keys to access that functionality. Replicate models can be run in the cloud or locally via docker.\n\n```\ndocker run -d -p 5000:5000 --gpus=all r8.im/replicate/vicuna-13b@sha256:6282abe6a492de4145d7bb601023762212f9ddbbe78278bd6771c8b3b2f2a13b\ncurl http://localhost:5000/predictions -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"input\": {\n    \"prompt\": \"...\",\n    \"max_length\": \"...\",\n    \"temperature\": \"...\",\n    \"top_p\": \"...\",\n    \"repetition_penalty\": \"...\",\n    \"seed\": \"...\",\n    \"debug\": \"...\"\n  }}'\n```\n\n# CodeDroidAI Desktop client Screenshot on Windows\n![CodeDroidAI Desktop client on Windows](/screenshot.png)\n\nOther Delphi AI clients:\n\n[Stable Diffusion Desktop Client](https://github.com/FMXExpress/Stable-Diffusion-Desktop-Client)\n\n[ControlNet Sketch To Image](https://github.com/FMXExpress/ControlNet-Sketch-To-Image)\n\n[AutoBlogAI](https://github.com/FMXExpress/AutoBlogAI)\n\n[AI Code Translator](https://github.com/FMXExpress/AI-Code-Translator)\n\n[AI Playground](https://github.com/FMXExpress/AI-Playground-DesktopClient)\n\n[Song Writer AI](https://github.com/FMXExpress/Song-Writer-AI)\n\n[Stable Diffusion Text To Image Prompts](https://github.com/FMXExpress/Stable-Diffusion-Text-To-Image-Prompts)\n\n[Generative AI Prompts](https://github.com/FMXExpress/Generative-AI-Prompts)\n\n[Dreambooth Desktop Client](https://github.com/FMXExpress/DreamBooth-Desktop-Client)\n\n[Text To Vector Desktop Client](https://github.com/FMXExpress/Text-To-Vector-Desktop-Client)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmxexpress%2Fcodedroidai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmxexpress%2Fcodedroidai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmxexpress%2Fcodedroidai/lists"}