Skip to content

Commit 886b2ce

Browse files
authored
Create README.md
1 parent 0526898 commit 886b2ce

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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+
[AI Playground](https://github.com/FMXExpress/AI-Playground-DesktopClient)
33+
34+
[Song Writer AI](https://github.com/FMXExpress/Song-Writer-AI)
35+
36+
[Stable Diffusion Text To Image Prompts](https://github.com/FMXExpress/Stable-Diffusion-Text-To-Image-Prompts)
37+
38+
[Generative AI Prompts](https://github.com/FMXExpress/Generative-AI-Prompts)
39+
40+
[Dreambooth Desktop Client](https://github.com/FMXExpress/DreamBooth-Desktop-Client)
41+
42+
[Text To Vector Desktop Client](https://github.com/FMXExpress/Text-To-Vector-Desktop-Client)

0 commit comments

Comments
 (0)