Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Haystack to AI.md #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ for implementing a recommender system.
+ [Geiger](https://github.com/ftzeng/geiger) :: An automated system for grouping similar comments and then identifying the best representative from each group.
+ [Glove-python](https://github.com/maciejkula/glove-python) :: Toy Python implementation of http://www-nlp.stanford.edu/projects/glove/
+ [Gramformer](https://github.com/PrithivirajDamodaran/Gramformer) :: A framework for detecting, highlighting and correcting grammatical errors on natural language text.
+ [Haystack](https://github.com/deepset-ai/haystack) :: An open-source framework for building applications (agents, semantic search etc.) with Transformer models and LLMs.
+ [IEPY](https://github.com/machinalis/iepy) :: An open source tool for Information Extraction focused on Relation Extraction.
+ [JPKyteaTokenizer](https://github.com/chezou/JPKyteaTokenizer) :: A Japanese tokenizer with KyTea for nltk.
+ [Mykytea-python](https://github.com/chezou/Mykytea-python) :: Python wrapper for [KyTea](http://wp.me/pvR30-i1).
Expand Down