Skip to content

multicore-cafe/visual-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article visual search

This service provides a visual interface for investigating research areas. It searches for articles using SemanticScholar or PubMed, and then visualizes their topics via vector embeddings of the article abstracts. You can also provide an OpenAI API key for generating cluster content summaries. The service is statically built and operates fully on client-side via WebAssembly. There is no data transfer to external servers, except for Semantic Scholar or PubMed search queries.

You can access the service here.

Development

To build:

# init
npm install

# dev
npm start

# build
npm run build

# deploy to gh-pages
npm run deploy

Releases

No releases published

Packages

No packages published