Aluode commited on
Commit
3746ec8
·
verified ·
1 Parent(s): b2b7236

Delete readme (3).md

Browse files
Files changed (1) hide show
  1. readme (3).md +0 -56
readme (3).md DELETED
@@ -1,56 +0,0 @@
1
- # Fractal AI with Visualization and Interaction
2
-
3
- ## Description
4
- This project implements an advanced Fractal AI system with dynamic growth, visualization, and interactive features. It combines concepts from fractal geometry, neural networks, and Hebbian learning to create a unique and evolving AI structure.
5
-
6
- ## Features
7
- - Dynamic fractal network growth
8
- - 3D visualization of the fractal AI structure
9
- - Hebbian learning for connection weight updates
10
- - Interactive chat functionality
11
- - Wikipedia integration for training
12
- - Self-conversation mode
13
- - State saving and loading
14
- - Zoom functionality for detailed exploration
15
-
16
- ## Installation
17
-
18
- 1. Clone this repository:
19
- ```
20
- git clone https://github.com/yourusername/fractal-ai.git
21
- cd fractal-ai
22
- ```
23
-
24
- 2. Install the required dependencies:
25
- ```
26
- pip install -r requirements.txt
27
- ```
28
-
29
- ## Usage
30
-
31
- Run the main script:
32
- ```
33
- python fractal_ai.py
34
- ```
35
-
36
- This will launch a Gradio interface in your default web browser, where you can interact with the Fractal AI system.
37
-
38
- ## Interface Options
39
-
40
- - **Run Cycles**: Execute a specified number of thinking cycles
41
- - **Train on Wikipedia**: Input a topic to train the AI on Wikipedia content
42
- - **Chat**: Engage in a conversation with the AI
43
- - **Self-Conversation**: Let the AI converse with itself
44
- - **Zoom**: Explore the fractal structure in detail
45
- - **Save/Load State**: Preserve or restore the AI's state
46
-
47
- ## Contributors
48
- - Antti Luode - Original concept and ideation
49
- - ChatGPT - Assisted in code generation and problem-solving
50
- - Claude (Anthropic) - Implemented core functionality and resolved issues
51
-
52
- ## Acknowledgements
53
- Special thanks to Antti Luode for the innovative and ambitious idea behind this project. The collaboration between human creativity and AI assistance has made this unique project possible.
54
-
55
- ## License
56
- This project is open-source and available under the MIT License.