Skip to content

Fully working applications that demonstrate how to use Haystack to implement common NLP use cases

License

Notifications You must be signed in to change notification settings

jibrel/haystack-demos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haystack demos

Haystack is an open source NLP framework by deepset to help you build production ready search systems or applications powered by various NLP tasks such as Question Answering. Haystack is designed to help you build systems that work intelligently over large document collections. It achieves this with the concept of Pipelines consisting of various Nodes such as a DocumentStore, a Retriever and a Reader.

This repository contains fully working applications that demonstrate how to use Haystack to implement common NLP use cases: some of these applications are available online and all of them can run locally.

Demo apps

Name Use case Available online
Explore the world Question Answering Link
Air-gapped rest_api Deployment
Healthcare Question Answering

About

Fully working applications that demonstrate how to use Haystack to implement common NLP use cases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.1%
  • Shell 10.4%
  • Dockerfile 9.5%