awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
B

barissayil/SentimentAnalysis

0
View on GitHub↗
0 stars·0 forks·12 views

SentimentAnalysis

Features

  • Model Implementations - Sentiment analysis using fine-tuned BERT.
  • Natural Language Processing - Sentiment analysis using fine-tuned BERT.
  • Sentiment Analysis - Listed in the “Sentiment Analysis” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for barissayil/sentimentanalysisStar history chart for barissayil/sentimentanalysis

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to SentimentAnalysis

Similar open-source projects, ranked by how many features they share with SentimentAnalysis.
  • deepsound-project/samplernn-pytorchD

    deepsound-project/samplernn-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • dsksd/deepnlp-models-pytorchDSKSD avatar

    DSKSD/DeepNLP-models-Pytorch

    2,943View on GitHub↗

    Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)

    Jupyter Notebook
    View on GitHub↗2,943
  • bentrevett/pytorch-sentiment-analysisbentrevett avatar

    bentrevett/pytorch-sentiment-analysis

    4,608View on GitHub↗

    This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It provides a natural language processing sequence classification pipeline designed to clean text data and train neural networks to categorize sequences of words. The implementation focuses on adapting pretrained language models for specific text classification tasks using custom datasets. It includes a process for fine-tuning large-scale language models and implementing recurrent networks and transformers for emotional tone detection. The project covers the broader surface of text se

    Jupyter Notebookbertcnncnn-text-classification
    View on GitHub↗4,608
  • eladhoffer/seq2seq.pytorchE

    eladhoffer/seq2seq.pytorch

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to SentimentAnalysis→

Frequently asked questions

What are the main features of barissayil/sentimentanalysis?

The main features of barissayil/sentimentanalysis are: Model Implementations, Natural Language Processing, Sentiment Analysis.

What are some open-source alternatives to barissayil/sentimentanalysis?

Open-source alternatives to barissayil/sentimentanalysis include: dsksd/deepnlp-models-pytorch — Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ). facebookresearch/end-to-end-negotiator — Deal or No Deal? End-to-End Learning for Negotiation Dialogues. bentrevett/pytorch-sentiment-analysis — This project is a PyTorch sentiment analysis tutorial and a deep learning implementation for analyzing text. It… deepsound-project/samplernn-pytorch. eladhoffer/seq2seq.pytorch. fanglanting/skip-gram-pytorch.