Commit History

Clean up repository: remove planning docs and organize structure
da2430e

midah commited on

Add network pre-computation, styling improvements, and theme toggle
3e85304

midah commited on

Add force-directed graph UI controls, rounded points, growth rate calculation, and error handling improvements
4b829ab

midah commited on

fix: TypeScript build error - explicitly type EdgeType array in useState
db2aa23

midah commited on

Fix: Use ref to track graph loading state instead of checking graphNodes.length in useEffect
39cb8cd

midah commited on

Fix build errors: remove unused GraphPage import and rendering, fix useEffect dependencies
ceacd65

midah commited on

Add CSS styles for viz-mode-toggle buttons
9e45a13

midah commited on

Re-implement force graph integration with proper types and structure
d04a629

midah commited on

Revert: Restore working App.tsx before force graph integration
d4392b3

midah commited on

Fix: Use Circle icon from lucide-react (more common icon)
a4765f1

midah commited on

Fix: Import and type GraphLink properly
345df0e

midah commited on

Fix: Use correct GraphNode property names (library, pipeline)
1a0cade

midah commited on

Trigger rebuild
5ad0d02

midah commited on

Fix: Replace invalid Scatter icon with Box from lucide-react
2768602

midah commited on

Re-export types from graphApi for cleaner imports
c6adb5e

midah commited on

Integrate force graph into visualization view with toggle
71cefe3

midah commited on

Remove emojis from UI text
d0ec879

midah commited on

Add pre-computed force layout positions (1.86M nodes) via Git LFS
fdd17e3

midah commited on

Add 3D force-directed graph with instanced rendering and pre-computed positions
2ba2072

midah commited on

Optimize full derivative network endpoint for large datasets
2f01c6a

midah commited on

Improve error handling for full derivative network endpoint
12f812d

midah commited on

Fix TypeScript build errors in ForceDirectedGraph3D
2688923

midah commited on

Make full force-directed graph load automatically without search
3c05670

midah commited on

Update GraphPage: Full network as default, embedding space shows all models
7391a29

midah commited on

Add 3D force-directed graph visualization for full derivative network
f28b249

midah commited on

Fix TypeScript and ESLint errors preventing build
c95450f

midah commited on

Update Dockerfile comment - directory now has multiple files
a8b7ed1

midah commited on

Add non-hidden placeholder file to ensure directory is never empty
2959220

midah commited on

Revert to standard COPY syntax - files should be in build context
a94a128

midah commited on

Use . pattern to copy precomputed_data directory contents
8a2c61a

midah commited on

Fix COPY syntax: use trailing slash to copy directory contents
070d540

midah commited on

Simplify Dockerfile COPY - directory should have .gitkeep file
624c41d

midah commited on

Fix Dockerfile: Create placeholder before COPY to handle empty directory
7ac7d5c

midah commited on

Trigger rebuild to verify Dockerfile fix
9d82642

midah commited on

Update Dockerfile COPY command for precomputed_data - ensure directory has files
42c5381

midah commited on

Fix Dockerfile COPY command for precomputed_data directory
cc3cf30

midah commited on

Add .gitkeep to ensure precomputed_data directory is not empty for Docker build
72e7093

midah commited on

Merge branch 'main' of https://huggingface.co/spaces/midah/hf-viz
e763ff0

midah commited on

Add force-directed graph visualization and embedding view toggle
4a759fa

midah commited on

Move intro modal to top-right position
e725546

midah commited on

Add HF Spaces config to README
fe16d35

midah commited on

Add HF Hub download support, increase sample size to 50k
11b9763

midah commited on

Fix control bar layout at medium viewport widths
53493c5

midah commited on

Fix Dockerfile: remove missing cache directory copy
a0f3447

midah commited on

Remove binary file and add assets to gitignore
255766b

midah commited on

Fix: serve frontend at root path instead of JSON status
4b53e57

midah commited on

Add missing uvicorn and fastapi dependencies
fb07d75

midah commited on

README edits
2bf3e55

midah commited on

Add HF Spaces live demo link to README
e9c3301

midah commited on

Full-stack HF Spaces deployment: frontend + backend in single container
ae2c5c3

midah commited on