Skip to content

Latest commit

History

History
67 lines (40 loc) 路 1.97 KB

README.md

File metadata and controls

67 lines (40 loc) 路 1.97 KB

Juka Programming Language Juka AI - Natural Programming Language

Official Website: https://jukalang.com

X Discord

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: Discord

Juka AI uses Meta's Code Llama.

Installation 馃捇

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.

Usage 馃殌

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.

Contributing 馃檶

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.

License 馃摑

Juka is licensed under the GNU v3.

Contact 馃摣

If you have any questions or feedback, please feel free to contact us on discord.

Acknowledgments 馃檹

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