Skip to content

Commit ada1530

Browse files
committed
2 parents ea1c4fa + a80313e commit ada1530

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# CodeDroidAI
2+
Generate code and forms with AI for Delphi Object Pascal using LLMs like ChatGPT and Vicuna-13b.
3+
4+
The 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.
5+
Includes a built in template system to add additional code generation options.
6+
7+
Built in functionality includes:
8+
* Generate Procedures
9+
* Code Analysis
10+
* Comment Code
11+
* Generate A FMX Form
12+
* Convert Delphi Code To Borland C++
13+
* Upgrade Delphi ANSI Code To Unicode
14+
* Generate A VCL Form
15+
* Convert A VCL Form To FMX
16+
* Convert FPC Code To Delphi
17+
* Convert Delphi Code To Inline ASM
18+
* Optimize Code
19+
* Translate Between Languages
20+
21+
Built 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.
22+
23+
It 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.
24+
25+
# CodeDroidAI Desktop client Screenshot on Windows
26+
![CodeDroidAI Desktop client on Windows](/screenshot.png)
27+
28+
Other Delphi AI clients:
29+
30+
[Stable Diffusion Desktop Client](https://github.com/FMXExpress/Stable-Diffusion-Desktop-Client)
31+
32+
[AutoBlogAI](https://github.com/FMXExpress/AutoBlogAI)
33+
34+
[AI Code Translator](https://github.com/FMXExpress/AI-Code-Translator)
35+
36+
[AI Playground](https://github.com/FMXExpress/AI-Playground-DesktopClient)
37+
38+
[Song Writer AI](https://github.com/FMXExpress/Song-Writer-AI)
39+
40+
[Stable Diffusion Text To Image Prompts](https://github.com/FMXExpress/Stable-Diffusion-Text-To-Image-Prompts)
41+
42+
[Generative AI Prompts](https://github.com/FMXExpress/Generative-AI-Prompts)
43+
44+
[Dreambooth Desktop Client](https://github.com/FMXExpress/DreamBooth-Desktop-Client)
45+
46+
[Text To Vector Desktop Client](https://github.com/FMXExpress/Text-To-Vector-Desktop-Client)

0 commit comments

Comments
 (0)