36 lines
1.1 KiB
Markdown
36 lines
1.1 KiB
Markdown
# The AI Brain Project
|
|
|
|
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).
|
|
|
|
## Installation
|
|
|
|
To install the program, follow these steps:
|
|
|
|
Clone the repository:
|
|
|
|
```
|
|
git clone https://github.com/The-AI-Brain/ai-brain-project.git
|
|
```
|
|
|
|
Install the required packages:
|
|
|
|
```
|
|
./install-requirements-debian.sh
|
|
```
|
|
|
|
Set up your OpenAI API key and name using the OpenAI Secret Manager. See the section on "Using the OpenAI Secret Manager" for more information.
|
|
|
|
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?
|