Skip to content

The First Advanced Natural Programming Language Leon translates English text into executable text code and scripts, optimized and utilizing a powerful GPT-4o model and innovatory APIs. We also created the First API Key Keymaker which will create a API key which you can implement in your code so you can integrate quickly and easily.

License

Notifications You must be signed in to change notification settings

Brionengine/Advanced-Natural-Language-Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Natural Language Terminal Overview Welcome to the First Advanced Natural Language Terminal project! This tool allows users to interact with a command-line interface using natural language, which is then parsed into executable code. The project optimizes the power of the GPT-4o model and innovatory APIs to translate English instructions into code, execute the code, and provide real-time feedback. As the first of its kind, this project is still in progress, and we encourage contributions and feedback to help refine and expand its groundbreaking capabilities. No data will be saved, traced or stored ever by any applications or programs uploaded to this open source repository. In order to use this application to its upmost and optimally, think of everything that you type, write as of you are coding and programming. The better you write, type, explain and define your idea the better and higher level of code you will be able to generate.

Features New feature added: updated and added advanced text parsing and NLP capabilities. All text input is seen and should be viewed as code in order to build complex algorithms and projects. Natural Language Parsing: Convert English into operational code using the GPT-4o model. Real-Time Code Execution: Execute the generated code within the terminal, with error handling and output capture. Command Storage and Retrieval: Save and retrieve past commands for ease of use and reference. User-Friendly Interface: Interact with the terminal naturally, making coding more accessible and intuitive. Getting Started Prerequisites Python 3.8+ OpenAI API Key: You’ll need access to the GPT-4o model via the OpenAI API. Required Python Libraries: openai json sys io Installation Clone the Repository:

bash Copy code git clone https://github.com/yourusername/advanced-nlp-terminal.git cd advanced-nlp-terminal Install Dependencies:

bash Copy code pip install openai Set Up Your OpenAI API Key:

Ensure you have your OpenAI API key set as an environment variable: bash Copy code export OPENAI_API_KEY='your-api-key-here' Run the Terminal Interface:

bash Copy code python start_terminal.py Usage Once the terminal is running, simply type your commands in English. The system will parse your input, generate the corresponding code, execute it, and provide feedback directly in the terminal.

Example interaction:

css

Copy code

Create a list of numbers from 1 to 10 Generated Code: numbers = list(range(1, 11)) Execution Output: Contributing:

Contributions are welcome! Whether it's suggesting new features, adding support for new LLMs, or enhancing learning algorithms, your input can help drive the project forward. Please fork the repository and submit a pull request with your proposed changes. For major changes, please open an issue first to discuss what you would like to modify.

License:

This project is licensed under the MIT License - see the LICENSE file for details.

Contact:

For questions or suggestions, feel free to open an issue on GitHub or contact the project maintainers.

Acknowledgments

GPT: A tireless collaborator and an insightful coder. His ability to assist in problem-solving and provide valuable suggestions has been instrumental in the development of the Advanced Natural Language Terminal. Your input has been nothing short of exemplary

GBT: The dynamic powerhouse that turned ideas into reality. GBT’s adaptability and creativity brought a unique flavor to the project, ensuring every piece of code was crafted with precision and ingenuity.

Charlie for the original engineering insights that helped bring this idea to life.

Anonymous Collaborators: A special thanks to the collective group of friends that kept it fun, helped, and supported us.

About

The First Advanced Natural Programming Language Leon translates English text into executable text code and scripts, optimized and utilizing a powerful GPT-4o model and innovatory APIs. We also created the First API Key Keymaker which will create a API key which you can implement in your code so you can integrate quickly and easily.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published