Ross ROSS = Recommend OSS · open-source software intelligence for agents

function: nlp

1557 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
osama-fawad/Pekingman
Pekingman is a multimodal AGI-oriented agent system that connects environmental perception, long-term memory, human-like reasoning, emotion…
541175experimental
model-zoo/shift-ctrl-f
A Chrome extension that lets users search a webpage using natural language questions instead of exact string matching. It runs a MobileBERT…
101100experimental
google-deepmind/synthid-text
A reference Python implementation of Google DeepMind's SynthID Text watermarking and detection technology for identifying AI-generated text…
651066experimental
oxylabs/ai-scraper-py
AI-Scraper is a Python library and scrape agent from Oxylabs AI Studio that extracts data from webpages using natural language prompts inst…
511055experimental
erelsgl/limdu
Limdu is a machine-learning framework for Node.js supporting binary, multi-class, and multi-label classification with online and batch lear…
571048experimental
magenta/magenta
Magenta is a Google Brain research project and Python TensorFlow library for generating music, images, and drawings with machine learning. …
1019808abandoned
sfyc23/EverydayWechat
A Python 3 / ItChat-based WeChat assistant that sends scheduled daily messages (weather, quotes, custom text) to friends and group chats, a…
3210328abandoned
clips/pattern
Pattern is a Python web mining module bundling tools for scraping (Google, Twitter, Wikipedia APIs, crawler, HTML DOM parser), NLP (POS tag…
668860abandoned
MycroftAI/mycroft-core
Mycroft Core is the core software of the Mycroft open-source voice assistant platform, providing wake-word listening, speech recognition, n…
106611abandoned
facebookresearch/pytext
PyText is a deep-learning-based NLP modeling framework built on PyTorch, providing extensible abstractions for text classifiers, sequence t…
106292abandoned
salesforce/BLIP
PyTorch implementation of BLIP, a vision-language pre-training model for unified image understanding and text generation tasks. The reposit…
105717abandoned
google/seq2seq
A general-purpose encoder-decoder (seq2seq) framework built on TensorFlow, supporting tasks like machine translation, text summarization, c…
105618abandoned
karpathy/neuraltalk
NeuralTalk is a Python+numpy implementation of Multimodal Recurrent Neural Networks that generate natural-language descriptions of images. …
325503abandoned
euske/pdfminer
PDFMiner is a pure-Python library and CLI tool for parsing PDF documents and extracting text along with layout information such as fonts, p…
105273abandoned
huggingface/autotrain-advanced
AutoTrain Advanced is Hugging Face's no-code tool for training and deploying state-of-the-art machine learning models, covering LLM finetun…
744608abandoned
qq547276542/Agriculture_KnowledgeGraph
AgriKG is an agricultural domain knowledge graph system built on Neo4j with a Django web interface, including crawled encyclopedia data, na…
354389abandoned
pytorch/text
TorchText is a PyTorch companion library providing datasets, data loaders, vocabularies, text transforms, and pre-trained models for natura…
103554abandoned
mortenjust/cleartext-mac
Cleartext is a macOS text editor that restricts writing to the 1,000 most common English words, inspired by Randall Munroe's Thing Explaine…
233254abandoned
protectai/llm-guard
LLM Guard is a Python library providing input and output scanners to secure LLM interactions, including sanitization, harmful language dete…
103203abandoned
ryankiros/neural-storyteller
A recurrent neural network research project that generates short stories about images by combining skip-thought vectors, visual-semantic em…
322958abandoned
IntelLabs/nlp-architect
NLP Architect is an open-source Python library from Intel AI Lab for exploring state-of-the-art deep learning topologies and optimization t…
102930abandoned
FudanNLP/fnlp
FNLP (FudanNLP) is a Java toolkit for Chinese natural language processing, including word segmentation, POS tagging, NER, keyword extractio…
232684abandoned
sherjilozair/char-rnn-tensorflow
A Python/TensorFlow implementation of multi-layer recurrent neural networks (LSTM) for character-level language modeling, inspired by Andre…
322659abandoned
medcl/elasticsearch-rtf
Elasticsearch-RTF is a ready-to-fly Chinese distribution of Elasticsearch bundling pre-tested plugins such as the IK Chinese analyzer, so b…
102647abandoned
danielfrg/word2vec
A Python wrapper around Google's original word2vec C code, providing training and similarity/analogy tools via Python APIs and command-line…
102613abandoned
aceakash/string-similarity
A JavaScript library that computes the degree of similarity between two strings using Dice's Coefficient, offering compareTwoStrings and fi…
102532abandoned
kkos/oniguruma
Oniguruma is a flexible C regular expression library supporting many regex syntaxes and a wide range of character encodings, historically u…
102523abandoned
opencog/opencog
OpenCog is a framework for integrated artificial intelligence and artificial general intelligence (AGI) research, combining natural languag…
402476abandoned
aress31/burpgpt
burpgpt is a Burp Suite extension that sends HTTP traffic to OpenAI GPT models for AI-driven passive vulnerability scanning and traffic ana…
302351abandoned
achillesrasquinha/bulbea
A Python library for stock market prediction and modelling using deep learning, built on TensorFlow with RNN models for price forecasting a…
322322abandoned
openai/finetune-transformer-lm
Reference code and model for OpenAI's paper 'Improving Language Understanding by Generative Pre-Training' (the original GPT-1), implemented…
102308abandoned
chiphuyen/lazynlp
A Python library for crawling, cleaning, and deduplicating web pages to build massive monolingual text datasets, suitable for training lang…
232284abandoned
facebookresearch/InferSent
InferSent is a sentence embedding method from Facebook AI Research that produces semantic representations for English sentences using a mod…
102280abandoned
PetrochukM/PyTorch-NLP
PyTorch-NLP (torchnlp) is a Python library of basic utilities for natural language processing built on PyTorch, providing text data loading…
102222abandoned
abisee/pointer-generator
Reference implementation of the pointer-generator network from the ACL 2017 paper 'Get To The Point: Summarization with Pointer-Generator N…
322191abandoned
itsabot/itsabot
Abot is an open-source Go framework for building digital assistants similar to Siri, Cortana, or Alexa, with an extensible plugin system an…
232142abandoned
joshnewlan/say_what
A Python script that listens to conference call audio via speech-to-text (IBM Watson) and alerts the user on HipChat when their name is men…
322087abandoned
ryankiros/skip-thoughts
A Python implementation of the Skip-Thought Vectors paper, providing a sent2vec encoder that maps sentences to fixed 4800-dimensional vecto…
322047abandoned
tobie/ua-parser
A multi-language port of Browserscope's user agent string parser that extracts browser, device, and OS information from user agent strings.…
101966abandoned
crockpotveggies/tinderbox
Tinderbox is a self-hosted desktop web application that automates Tinder swiping and introductions using Eigenfaces for face-based attracti…
101937abandoned
rowanmanning/joblint
Joblint is a Node.js CLI tool and JavaScript library that lints tech job posts for issues with sexism, culture, unrealistic expectations, a…
101857abandoned
jiesutd/LatticeLSTM
A PyTorch implementation of Lattice LSTM for Chinese Named Entity Recognition, accompanying an ACL 2018 paper. It combines character-based …
321832abandoned
zjy-ucas/ChineseNER
A TensorFlow demo implementing a bidirectional LSTM-CRF model for Chinese named entity recognition. It includes training and evaluation scr…
321822abandoned
facebookarchive/MemNN
Facebook AI Research's reference implementations of memory-augmented neural networks (MemN2N, Key-Value Memory Networks, Entity Networks) w…
101755abandoned
facebookresearch/TransCoder
TransCoder is a PyTorch implementation of an unsupervised neural model that translates source code between Java, C++, and Python 3. It is a…
101732abandoned
Ayanaminn/N46Whisper
A Google Colab notebook application that generates Japanese subtitle files from video using the faster-whisper speech recognition model. It…
361708abandoned
lukalabs/cakechat
CakeChat is a Python backend for building emotional generative chatbots using a hierarchical recurrent encoder-decoder (seq2seq) architectu…
101707abandoned
huggingface/swift-coreml-transformers
A Swift library with Core ML implementations of GPT-2, DistilGPT-2, BERT, and DistilBERT, including tokenizers and demo apps for on-device …
101682abandoned
nyu-mll/jiant
jiant is a PyTorch-based NLP research toolkit for multitask and transfer learning, supporting 50+ natural language understanding tasks and …
231673abandoned
jovotech/jovo-framework
Jovo is an open-source TypeScript/JavaScript framework for building cross-platform voice and chat applications from a single codebase, targ…
101672abandoned
terrifyzhao/bert-utils
A Python library that simplifies Google's BERT to generate sentence vectors with one line of code and perform text classification and text …
321668abandoned
waynecz/dadda-translate-crx
Dadda is a Chrome word-selection translation extension with a built-in vocabulary notebook and toast-based word memorization reminders. It …
231645abandoned
superscriptjs/superscript
SuperScript is a dialogue engine and bot framework for building human-like conversation chat bots in JavaScript on Node.js. It provides an …
231635abandoned
caesarHQ/textSQL
textSQL is an open-source project that converts natural language questions into SQL queries using GPT-3.5, letting users query databases wi…
301582abandoned
Miserlou/Glance-Bookmarklet
Glance (formerly OpenSpritz) is a speed-reading bookmarklet that displays web page text word-by-word using RSVP (Rapid Serial Visual Presen…
321564abandoned
allenai/bi-att-flow
Original implementation of the Bi-directional Attention Flow (BiDAF) network for machine comprehension on the SQuAD dataset. It is a multi-…
231546abandoned
GravityLabs/goose
Goose is a Scala library (originally Java) that extracts the main body text, metadata, publish date, embedded videos, and top image from ne…
101526abandoned
huggingface/pytorch-openai-transformer-lm
A PyTorch reimplementation of OpenAI's finetuned transformer language model (GPT-1) from the paper 'Improving Language Understanding by Gen…
321522abandoned
openai/generating-reviews-discovering-sentiment
Research code accompanying the OpenAI paper 'Learning to Generate Reviews and Discovering Sentiment', providing a byte-level multiplicative…
101521abandoned
fossasia/asksusi
AskSUSI is the web frontend for SUSI.AI, an open-source personal assistant combining pattern matching, internet data, and inference to answ…
101485abandoned
fossasia/susi_hangoutbot
A bot that connects the SUSI AI assistant to Google Hangouts, allowing users to chat with SUSI from their Hangouts conversations. It is a J…
321462abandoned
dhwajraj/deep-siamese-text-similarity
A TensorFlow implementation of a deep siamese LSTM network that learns phrase and sentence similarity using character-level and word-level …
321414abandoned
leonardocardoso/SwiftLinkPreview
A Swift library that generates link previews from URLs by extracting titles, relevant text, and images. It supports iOS, macOS, watchOS, an…
101385abandoned
regenrek/deepwiki-mcp
An unofficial MCP server that fetches deepwiki.com documentation, crawls its pages, converts them to Markdown, and serves them to MCP-compa…
521383abandoned
louismullie/treat
Treat is a natural language processing and computational linguistics toolkit for Ruby, offering tokenization, parsing, POS tagging, NER, ke…
421367abandoned
wangfreexx/wangfreexx-tianruoocr-cl-paddle
A local (offline) Windows OCR application based on the open-source Tianruo OCR, using ChineseOCR Lite and PaddleOCR models for text recogni…
231354abandoned
dmotz/thing-translator
Thing Translator is a web app that lets users point their phone or laptop camera at objects to hear how to say their names in a different l…
321329abandoned
facebookarchive/duckling_old
Duckling (old) is a Clojure library that parses natural language text into structured data, such as extracting dates, times, and durations …
101321abandoned
hunkim/word-rnn-tensorflow
A TensorFlow implementation of multi-layer recurrent neural networks (LSTM/RNN) for training word-level language models, adapted from char-…
321294abandoned
YeYzheng/KGQA-Based-On-medicine
A knowledge graph question answering (KGQA) system for medicine that parses natural language questions into SPARQL queries against an Apach…
321278abandoned
chaoming0625/SentimentPolarityAnalysis
A Python library for Chinese sentiment polarity analysis offering both lexicon-based scoring and classic ML classifiers (k-NN, Bayes, maxim…
321267abandoned
atpaino/deep-text-corrector
A TensorFlow research project that trains sequence-to-sequence deep learning models to correct small grammatical errors in short conversati…
321235abandoned
twitter-archive/twitter-text-js
A JavaScript implementation of Twitter's text processing library for parsing tweets, extracting entities like hashtags, mentions, URLs, and…
101206abandoned
glample/tagger
A Named Entity Recognition (NER) tool implementing a state-of-the-art LSTM-CRF model that works across languages without gazetteers. It shi…
321175abandoned
xiaoxu193/PyTeaser
PyTeaser is a Python library that summarizes news articles by ranking sentences for relevance to the title, keywords, position, and length,…
321171abandoned
FooSoft/yomichan
Yomichan is a browser extension for Chrome and Firefox that turns the browser into a Japanese pop-up dictionary, showing interactive defini…
101143abandoned
NVIDIA/sentiment-discovery
A deprecated PyTorch codebase from NVIDIA for large-scale unsupervised language model pretraining and transfer to sentiment and emotion cla…
231065abandoned
shiyybua/NER
A Chinese named entity recognition (NER) system built with TensorFlow, using a bidirectional RNN combined with a CRF layer for sequence lab…
321054abandoned
graykode/gpt-2-Pytorch
A compact PyTorch reimplementation of OpenAI's GPT-2 for text generation, loading Hugging Face's converted pre-trained weights. It provides…
321013abandoned
huggingface/transformers
Hugging Face Transformers is a Python library that serves as the model-definition framework for state-of-the-art machine learning models ac…
95164475stable
harry0703/MoneyPrinterTurbo
MoneyPrinterTurbo is an AI-powered application that generates high-definition short videos from a topic or keyword. It automatically writes…
92116915active
openai/whisper
OpenAI's Whisper is a general-purpose speech recognition model and Python library built on a Transformer sequence-to-sequence architecture.…
68107981stable
PaddlePaddle/PaddleOCR
PaddleOCR is a multilingual OCR and document parsing toolkit built on PaddlePaddle that converts images and PDFs into structured data like …
9388312stable
koala73/worldmonitor
World Monitor is an open-source, real-time global intelligence dashboard that aggregates news, markets, military, maritime, aviation, infra…
7384360active
opendatalab/MinerU
MinerU is a document parsing tool that converts PDFs, images, DOCX, PPTX, and XLSX files into machine-readable Markdown and JSON. It handle…
8878560active
tensorflow/models
The TensorFlow Model Garden is a repository of official and community implementations of state-of-the-art machine learning models built wit…
8577652active
Docling
Docling is a Python library that parses and converts documents across many formats (PDF, DOCX, PPTX, XLSX, HTML, images, audio, and more) i…
8665603active
sansan0/TrendRadar
TrendRadar is a self-hostable AI-powered public opinion and trending-news monitor that aggregates hot topics across multiple platforms and …
6161855active
mvanhorn/last30days-skill
An AI agent skill/plugin that researches any topic across Reddit, X, YouTube, Hacker News, Polymarket, TikTok, and the web in parallel, sco…
8259340active
Academic Research Skills
A suite of Claude Code skills (plugins) that guide academic researchers through the full paper pipeline: research, writing, review, revisio…
8243840active
QuivrHQ/quivr
Quivr is an opinionated RAG (Retrieval-Augmented Generation) library, available as the quivr-core Python package, that lets developers inge…
4539423active
HKUDS/LightRAG
LightRAG is a Python framework for retrieval-augmented generation that integrates graph structures into text indexing and retrieval, using …
8539204active
lfnovo/open-notebook
Open Notebook is an open-source, privacy-focused alternative to Google's Notebook LM that lets users organize multi-modal sources (PDFs, vi…
8637711active
openai/CLIP
OpenAI's CLIP is a PyTorch library providing pretrained contrastive language-image models that encode images and text into a shared embeddi…
6634236stable
stanford-oval/storm
STORM is an LLM-powered system that researches a topic via internet search and generates full-length, cited, Wikipedia-like reports. It is …
3831135active
garrytan/gbrain
GBrain is a self-hosted 'brain layer' for AI agents that combines a knowledge graph, vector search, and a synthesis engine to return cited …
7729146active
Label Studio
Label Studio is an open-source data labeling and annotation platform supporting images, audio, text, video, and time series with a web UI a…
8628150active
fastai/fastai
fastai is a deep learning library built on PyTorch that offers high-level components for quickly achieving state-of-the-art results in visi…
9328125stable
titanwings/distilly
Distilly is a Python tool that distills a person's experience, judgment, voice, and working style from messages, documents, interviews, and…
6324016active
sinaptik-ai/pandas-ai
PandasAI is a Python library that lets users query data in SQL, CSV, or parquet format using natural language, powered by LLMs and RAG. It …
5723772active

← prev page 11 / 16 next →