ai-brain/README.md
2024-04-04 17:59:35 +00:00

31 lines
950 B
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
Install the required packages:
```
./install-requirements-debian.sh
```
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?