nas5w/imdb-data
A JSON file of 50,000 IMDB movie reviews to be used in machine learning applications.
This project provides 50,000 movie reviews from IMDb, pre-labeled as either positive or negative, in a single JSON file. It's designed for data scientists or machine learning practitioners who need a ready-to-use dataset for training text classification models. You get movie review text and its corresponding sentiment, which you can use to build systems that automatically categorize opinions.
No commits in the last 6 months. Available on npm.
Use this if you need a pre-processed dataset of movie reviews to train a sentiment analysis model, especially when learning text classification.
Not ideal if you need movie reviews with more granular sentiment scores, specific movie metadata, or a dataset already split into training and testing sets.
Stars
12
Forks
3
Language
JavaScript
License
MIT
Category
Last pushed
Jan 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nas5w/imdb-data"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
RubixML/Sentiment
An example project using a feed-forward neural network for text sentiment classification trained...
VuBacktracking/mamba-text-classification
Text Classification using Mamba Model
haoopeng/CNN-yelp-challenge-2016-sentiment-classification
IPython Notebook for training a word-level Convolutional Neural Network model for sentiment...
cmasch/cnn-text-classification
Text classification with Convolution Neural Networks on Yelp, IMDB & sentence polarity dataset v1.0
Taha533/Sentiment-Analysis-of-IMDB-Movie-Reviews
This project focuses on sentiment analysis of movie reviews using the IMDb dataset. The dataset...