Skip to content

Commit

Permalink
chore: update repository
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosfarah committed Oct 25, 2023
1 parent 7e36125 commit b48fb6b
Show file tree
Hide file tree
Showing 26 changed files with 9 additions and 2,513 deletions.
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Word-cloud
# G-Interface

[Live demo here](https://x-image-privacy.github.io/word-cloud/)

This repository creates a word cloud from a list of words.

![WordCloud Demo](docs/word-cloud_v2.png)

# Documentation

You can find the documentation about the word cloud in [this file](technical_descriptions.md)
This repository provides an interface for interacting with graphs for explainability purposes.

# Installation

Expand All @@ -24,7 +16,7 @@ You can install the project dependencies using:
yarn
```

You should now be ready to start developing the app
You should now be ready to start developing the app.

## Usage

Expand All @@ -33,9 +25,3 @@ To start the app:
```bash
yarn dev
```

To run all automated tests:

```bash
yarn test
```
Binary file removed docs/circleintervals.png
Binary file not shown.
Binary file removed docs/circleparent.png
Binary file not shown.
Binary file removed docs/collision.png
Binary file not shown.
Binary file removed docs/moveword.drawio.png
Binary file not shown.
Binary file removed docs/word-cloud_v2.png
Binary file not shown.
Binary file removed docs/word_cloud.png
Binary file not shown.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@x-image-privacy/wordcloud",
"name": "@graphnex/g-interface",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"contributors": [
"Basile Spaenlehauer",
"Roxane Burri",
"Juan Carlos Farah"
],
"scripts": {
"dev": "vite",
"build:app": "tsc && vite build",
Expand Down
166 changes: 0 additions & 166 deletions public/privacy-use-case/categories.json

This file was deleted.

Loading

0 comments on commit b48fb6b

Please sign in to comment.