Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ IPFE Public archive

InterPlanetary File Explorer [UofTHacks X Protocol Labs - Best Use of Estuary]

License

Notifications You must be signed in to change notification settings

youssefsoli/IPFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFE: InterPlanetary File Explorer

Explore the universe of distributed data in 3D – vizualize the connections between them.


Planetary Explosion

What does it do?

This project visualizes the vast quantities of data stored on the InterPlanetary File System using an intuitive 3D graph. Connected nodes are nearby and have similar content; all nodes are colour-coded based on their file type, with larger nodes representing larger files. Hovering over a node gives more information about the file and clicking on the node downloads the file.

Nodes can be dragged with the cursor and the view of the graph can be zoomed in or out with the scroll wheel.

Project Overview

How did we do it?

We built this application using 3 technologies: Golang, Python, and Three.js (JavaScript). Behind the scenes we used the Estuary to interface with files in the IPFS and Co:here's Embed platform in order to quantify the similarity of files.

Our pipeline consisted of:

  1. Fetching the headers of 69,512 files on an IPFS with Estuary (only 1,998 files are visualized);
  2. Embedding the texts into vectors with Co:here APIs;
  3. Performing a reduction in vector space dimension with principal component analysis;
  4. Classifying texts based on k-nearest neighbors;
  5. Visualizing the resulting neighbors as a 3D graph.

Entered as a project for UofTHacks X 2023. For more information and details, see the DevPost here.

About

InterPlanetary File Explorer [UofTHacks X Protocol Labs - Best Use of Estuary]

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •