You can access the interactive web page here:
👉 https://akhystophane.github.io/dh_project/
This project visualizes the network of characters and fables from La Fontaine's Fables using an interactive 3D interface built with React and Three.js. The network highlights the relationships between animals and the fables they appear in.
Key Features:
- Visualize nodes representing animals and fables.
- Explore links between animals and their shared fables.
- Enable intersection mode to find fables shared by multiple animals.
- View detailed network statistics in the sidebar menu.
src/
: Contains the React code for the web application.vite.config.ts
: Configuration file for building and deploying the project with Vite.
datamanager/
: Directory containing all files used to build the network:nodes.csv
: List of nodes (animals and fables) in the network.edges.csv
: List of connections (links) between nodes.- Fables Data: Texts of the fables used for generating the network.
public/
: Contains static files such as images, fonts, and other resources.
- Nodes (
nodes.csv
): Contains information about animals and fables. - Edges (
edges.csv
): Defines the relationships between animals and the fables they are part of.
- Voyant Tools Corpus: Analyze the texts of the fables using this corpus:
👉 Voyant Tools Corpus
- Clone the repository:
git clone https://github.com/akhystophane/dh_project.git