From 886b2ce4f318ad435ec6234fda6e9212694057b3 Mon Sep 17 00:00:00 2001
From: FMXExpress <FMXExpress@users.noreply.github.com>
Date: Sat, 10 Jun 2023 08:16:34 -0700
Subject: [PATCH] Create README.md

---
 README.md | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..92d4cee
--- /dev/null
+++ b/README.md
@@ -0,0 +1,42 @@
+# CodeDroidAI
+Generate code and forms with AI for Delphi Object Pascal using LLMs like ChatGPT and Vicuna-13b.
+
+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. 
+Includes a built in template system to add additional code generation options.
+
+Built in functionality includes:
+* Generate Procedures
+* Code Analysis
+* Comment Code
+* Generate A FMX Form
+* Convert Delphi Code To Borland C++
+* Upgrade Delphi ANSI Code To Unicode
+* Generate A VCL Form
+* Convert A VCL Form To FMX
+* Convert FPC Code To Delphi
+* Convert Delphi Code To Inline ASM
+* Optimize Code
+* Translate Between Languages
+
+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.
+
+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.
+
+# CodeDroidAI Desktop client Screenshot on Windows
+![CodeDroidAI Desktop client on Windows](/screenshot.png)
+
+Other Delphi AI clients:
+
+[Stable Diffusion Desktop Client](https://github.com/FMXExpress/Stable-Diffusion-Desktop-Client)
+
+[AI Playground](https://github.com/FMXExpress/AI-Playground-DesktopClient)
+
+[Song Writer AI](https://github.com/FMXExpress/Song-Writer-AI)
+
+[Stable Diffusion Text To Image Prompts](https://github.com/FMXExpress/Stable-Diffusion-Text-To-Image-Prompts)
+
+[Generative AI Prompts](https://github.com/FMXExpress/Generative-AI-Prompts)
+
+[Dreambooth Desktop Client](https://github.com/FMXExpress/DreamBooth-Desktop-Client)
+
+[Text To Vector Desktop Client](https://github.com/FMXExpress/Text-To-Vector-Desktop-Client)