Skip to content

cuinjune/brainstormer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainstormer

screenshot

Description

Brainstormer is a simple brainstorming web application for quickly exploring various related words given an input word or sentence.

The app uses D3.js for visualizing the words in the client side, and it uses Python libraries spaCy and simpleneighbors for finding related words in the server side. The words are pulled from List Of English Words.

Here's the Live Demo on Glitch.

Setup

  1. You need to have Python installed on your computer
  2. Run the following commands in the Terminal
git clone https://github.com/cuinjune/brainstormer.git
cd brainstormer
python -m http.server 8080
  1. Open your web browser and navigate to http://localhost:8080

Source Code

Author