https://github.com/znx-x/mind-crafter
MindCrafter is an open-source, advanced AI tool that can be utilized to create AI-to-AI interactions, advanced simulations, and more.
https://github.com/znx-x/mind-crafter
ai ai-ai artificial-intelligence generative-ai interative-ai simulation
Last synced: 19 days ago
JSON representation
MindCrafter is an open-source, advanced AI tool that can be utilized to create AI-to-AI interactions, advanced simulations, and more.
- Host: GitHub
- URL: https://github.com/znx-x/mind-crafter
- Owner: znx-x
- License: gpl-3.0
- Created: 2024-03-11T01:36:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T08:09:52.000Z (about 2 years ago)
- Last Synced: 2025-02-22T19:14:17.785Z (over 1 year ago)
- Topics: ai, ai-ai, artificial-intelligence, generative-ai, interative-ai, simulation
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MindCrafter
MindCrafter is an open-source, advanced AI tool that can be utilized to create AI-to-AI interactions, advanced simulations, and more. It leverages the GPT API and is compatible with GPT 3.5 and GPT 4. **To use this application, you will need your own GPT API keys**.
## ⚠️ Disclaimer
This application is currently in the **alpha** stage of development, meaning some functions may not work as expected or could be entirely absent. Moreover, extensive code changes might occur between versions. This software is provided on an 'as is' basis. Use it at your own risk.
## License
This software is distributed under GNU General Public License v3.0. Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
## Installing
First, clone the repository:
```shell
git clone https://github.com/znx-x/mind-crafter && cd mind-crafter
```
Install all dependencies using npm:
```shell
npm install
```
Now, copy .env.EXAMPLE to .env and edit the file, inputting your own parameters and API keys.
```shell
mv .env.EXAMPLE .env
```
Your application should now be ready to run.
## Running a Development Environment
You can run your development environment with the following command:
```shell
npm start
```
Ensure your .env file is properly set up.
## Building & Deploying
Build the application using:
```shell
npm build
```