BERTopic
Topic analyzer
This tool allows developers to extract and analyze topics from large text datasets using transformer-based models and topic modeling techniques.
Leveraging BERT and c-TF-IDF to create easily interpretable topics.
6k stars
52 watching
771 forks
Language: Python
last commit: about 1 month ago
Linked from 1 awesome list
bertldavismachine-learningnlpsentence-embeddingstopictopic-modelingtopic-modellingtopic-modelstransformers
Related projects:
Repository | Description | Stars |
---|---|---|
codertimo/bert-pytorch | An implementation of Google's 2018 BERT model in PyTorch, allowing pre-training and fine-tuning for natural language processing tasks | 6,251 |
jessevig/bertviz | An interactive tool for visualizing attention in Transformer language models. | 7,019 |
ukplab/sentence-transformers | Provides dense vector representations for text using transformer networks | 15,556 |
ddangelov/top2vec | A Python library that provides a deep learning-based approach to topic modeling and semantic search by jointly embedding topics, documents, and words. | 2,957 |
pytorch/captum | Provides tools and algorithms to understand how machine learning models make predictions | 4,982 |
google-research/bert | Provides pre-trained models and code for natural language processing tasks using TensorFlow | 38,374 |
bigartm/bigartm | A platform for topic modeling using additive regularization of topic models | 661 |
qubvel-org/segmentation_models.pytorch | A comprehensive library for training and applying deep learning models for image segmentation | 9,829 |
huggingface/transformers | A collection of pre-trained machine learning models for various natural language and computer vision tasks, enabling developers to fine-tune and deploy these models on their own projects. | 136,357 |
largelymfs/topical_word_embeddings | A Python implementation of a topical word embedding technique used in natural language processing and information retrieval. | 314 |
csailvision/semantic-segmentation-pytorch | An implementation of semantic segmentation models on the MIT ADE20K dataset using PyTorch. | 4,963 |
bentrevett/pytorch-sentiment-analysis | A tutorial repository for building sentiment analysis models with PyTorch using various architectures and techniques. | 4,419 |
mlfoundations/open_flamingo | A framework for training large multimodal models to generate text conditioned on images or other text. | 3,781 |
meetps/pytorch-semseg | Implementations of popular semantic segmentation architectures using PyTorch | 3,400 |
arogozhnikov/einops | A flexible and powerful library for performing tensor operations in various deep learning frameworks. | 8,574 |