Khurram123 commited on
Commit
ef1e0f6
·
verified ·
1 Parent(s): bfc0dc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -9
README.md CHANGED
@@ -6,20 +6,22 @@ datasets:
6
  - AI-MO/NuminaMath-TIR
7
  tags:
8
  - mathematics
9
- - interactive
10
  - 3d-visualization
11
- - science
 
12
  - reasoning
13
  - uvicorn
14
  - fastapi
15
  ---
16
 
17
  <p align="center">
18
- <h1 align="center">ΣMath Visual Computation Engine v2.0</h1>
19
- <p align="center"><strong>Powered by Qwen-Math & NuminaMath-TIR</strong></p>
20
  </p>
21
 
22
- ## 🔬 Project Overview
 
 
23
 
24
  **Developed by: Khurram Pervez, Assistant Professor of Mathematics**
25
 
@@ -41,9 +43,14 @@ To ensure stability during research, the system includes a proprietary processin
41
  * **Colorscale Transpilation:** Automatically maps Matplotlib colormap names (e.g., *spring, summer*) to Plotly-valid equivalents to ensure 3D renders never fail.
42
  * **Sandbox Execution:** Executes generated code in a safe local scope using your **RTX 4060 Ti**.
43
 
44
- ### 3. Dynamic Hybrid Rendering
45
- * **Plotly 3D:** Used for interactive rotation, zooming, and time-series animations (e.g., Lorenz Attractors).
46
- * **mpld3 (2D):** Used for static or high-precision 2D mathematical function plots with browser-based interactivity.
 
 
 
 
 
47
 
48
  ## 💻 System Configuration
49
 
@@ -51,12 +58,13 @@ To ensure stability during research, the system includes a proprietary processin
51
  | :--- | :--- |
52
  | **Compute Engine** | NVIDIA GeForce RTX 4060 Ti (16GB VRAM) |
53
  | **Model Format** | GGUF (Quantized Q4_K_M) |
 
54
  | **OS** | Ubuntu 22.04 LTS (Optimized for `Agg` Backend) |
55
  | **Frameworks** | FastAPI, Llama-cpp-python, Plotly, mpld3 |
56
 
57
  ## 🛠️ Quick Start
58
 
59
- ### 1. Clone & Setup
60
  ```bash
61
  # Clone this repository
62
  git clone [https://huggingface.co/Khurram123/SigmaMath-Visual-Core](https://huggingface.co/Khurram123/SigmaMath-Visual-Core)
 
6
  - AI-MO/NuminaMath-TIR
7
  tags:
8
  - mathematics
9
+ - geogebra
10
  - 3d-visualization
11
+ - education
12
+ - coding
13
  - reasoning
14
  - uvicorn
15
  - fastapi
16
  ---
17
 
18
  <p align="center">
19
+ <img src="logo.png" alt="ΣMath Visual Core v2.0 Logo" width="550"/>
 
20
  </p>
21
 
22
+ # ΣMath Visual Computation Engine v2.0
23
+
24
+ ### **Powered by Qwen-Math & NuminaMath-TIR**
25
 
26
  **Developed by: Khurram Pervez, Assistant Professor of Mathematics**
27
 
 
43
  * **Colorscale Transpilation:** Automatically maps Matplotlib colormap names (e.g., *spring, summer*) to Plotly-valid equivalents to ensure 3D renders never fail.
44
  * **Sandbox Execution:** Executes generated code in a safe local scope using your **RTX 4060 Ti**.
45
 
46
+ ## 📸 Interactive Visual Samples
47
+
48
+ Here are examples of advanced parametric surfaces generated in real-time by **ΣMath Core v2.0**, showcasing the full **Thought-Intermediate-Reasoning (TIR)** pipeline.
49
+
50
+ | 3D Torus Visualization | Full Research Dashboard Interface | Resilient Color Scaling Error Fix |
51
+ | :---: | :---: | :---: |
52
+ | <img src="viz.png" alt="ΣMath Interactive Torus" width="100%"/> | <img src="dashboard.png" alt="ΣMath Dashboard" width="100%"/> | <img src="fix.png" alt="Resilient Colorscale Error" width="100%"/> |
53
+ | **A fully interactive 3D torus rendered via Plotly, following a complex parametric prompt.** | **The professional-grade, dark-mode research dashboard showing the synthesis of neural logic.** | **The Resilient Engine silently intercepting a colorscale error and rerendering without user input.** |
54
 
55
  ## 💻 System Configuration
56
 
 
58
  | :--- | :--- |
59
  | **Compute Engine** | NVIDIA GeForce RTX 4060 Ti (16GB VRAM) |
60
  | **Model Format** | GGUF (Quantized Q4_K_M) |
61
+ | **Context Window** | n_ctx=4096 (Optimized for detailed manifold calculation) |
62
  | **OS** | Ubuntu 22.04 LTS (Optimized for `Agg` Backend) |
63
  | **Frameworks** | FastAPI, Llama-cpp-python, Plotly, mpld3 |
64
 
65
  ## 🛠️ Quick Start
66
 
67
+ ### 1. Installation
68
  ```bash
69
  # Clone this repository
70
  git clone [https://huggingface.co/Khurram123/SigmaMath-Visual-Core](https://huggingface.co/Khurram123/SigmaMath-Visual-Core)