Aluode commited on
Commit
80ec585
·
verified ·
1 Parent(s): fda9246

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -12,3 +12,59 @@ short_description: Crazy experiment
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+ # Fractal AI with Visualization and Interaction
16
+
17
+ ## Description
18
+ 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.
19
+
20
+ ## Features
21
+ - Dynamic fractal network growth
22
+ - 3D visualization of the fractal AI structure
23
+ - Hebbian learning for connection weight updates
24
+ - Interactive chat functionality
25
+ - Wikipedia integration for training
26
+ - Self-conversation mode
27
+ - State saving and loading
28
+ - Zoom functionality for detailed exploration
29
+
30
+ ## Installation
31
+
32
+ 1. Clone this repository:
33
+ ```
34
+ git clone https://github.com/yourusername/fractal-ai.git
35
+ cd fractal-ai
36
+ ```
37
+
38
+ 2. Install the required dependencies:
39
+ ```
40
+ pip install -r requirements.txt
41
+ ```
42
+
43
+ ## Usage
44
+
45
+ Run the main script:
46
+ ```
47
+ python fractal_ai.py
48
+ ```
49
+
50
+ This will launch a Gradio interface in your default web browser, where you can interact with the Fractal AI system.
51
+
52
+ ## Interface Options
53
+
54
+ - **Run Cycles**: Execute a specified number of thinking cycles
55
+ - **Train on Wikipedia**: Input a topic to train the AI on Wikipedia content
56
+ - **Chat**: Engage in a conversation with the AI
57
+ - **Self-Conversation**: Let the AI converse with itself
58
+ - **Zoom**: Explore the fractal structure in detail
59
+ - **Save/Load State**: Preserve or restore the AI's state
60
+
61
+ ## Contributors
62
+ - Antti Luode - Original concept and ideation
63
+ - ChatGPT - Assisted in code generation and problem-solving
64
+ - Claude (Anthropic) - Implemented core functionality and resolved issues
65
+
66
+ ## Acknowledgements
67
+ 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.
68
+
69
+ ## License
70
+ This project is open-source and available under the MIT License.