ai-brain/README.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2024-01-02 18:12:25 -06:00
# The AI Brain Project
2024-01-02 18:17:25 -06:00
Codenamed "Project GLaDOS" after the character from the Portal franchise, The AI Brain Project is a Python program that demonstrates how to use ollama to upload your brain to the cloud with just a description of yourself. The program asks the user for input generates random actions every 5 seconds. Think of it as [HLE](https://en.wikipedia.org/wiki/UltraHLE) for [brain emulation/mind uploading](https://en.wikipedia.org/wiki/Mind_uploading).
2024-01-02 18:12:25 -06:00
2024-01-02 18:22:08 -06:00
## NOTE
2024-01-02 18:22:48 -06:00
ALWAYS GET THE LATEST INSTRUCTIONS, DOCUMENTATION, AND LICENSING DETAILS [HERE!](https://github.com/The-AI-Brain/ai-brain)
2024-01-02 18:22:08 -06:00
2024-01-02 18:12:25 -06:00
## Installation
To install the program, follow these steps:
Clone the repository:
```
2024-01-02 18:17:25 -06:00
git clone https://github.com/The-AI-Brain/ai-brain-project.git
2024-01-02 18:12:25 -06:00
```
2024-01-02 18:17:25 -06:00
Install the required packages:
2024-01-02 18:12:25 -06:00
```
2024-01-02 18:17:25 -06:00
./install-requirements-debian.sh
2024-01-02 18:12:25 -06:00
```
Run the program:
```
python main.py
```
## License
The AI Brain Project is licensed under the MIT License. See the LICENSE file for more information.
## Possible future impementations (for people who would like to contrib!)
* An semi-decentralized API for the AI using GUN-DB?
* A ROBLOX Metaverse based on the API?