Official Website: https://jukalang.com
JukaAI is a natural language programming, which means you can write code in plain English and Juka will try to understand and execute it.
Juka is still under development, but it has the potential to be a major player in the programming language landscape. Join our Discord Community:
Juka AI uses Meta's Code Llama.
Latest version of Python with PIP is required
Step 1: Activate python virtual environment. In terminal/powershell run the following:
Windows:
.env/Scripts/activate
Macintosh or Linux:
source .env/bin/activate
Install dependencies if necessary.
Step 2: Run the following in the same terminal/powershell window:
python Juka.py
NOTE: If it's your first time running, it may take some time to download.
We welcome contributions from anyone who is interested in Juka AI. You can help us by reporting bugs, suggesting features, writing code, improving documentation, or spreading the word.
Juka is licensed under the GNU v3.
If you have any questions or feedback, please feel free to contact us on discord.
We would like to thank the following projects and resources for inspiring and helping us with JukaAI:
- TheAndreiM - Lead Developer of this language bundle
- TheBatKing - Tester
- Meta - For training the Code Llama Model
- Flask - For Making a simple server library
- App-Seed - Flask - Black Dashboard