Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Added genre prediction functionality based on trained classifier
d5fc423View on GitHubImplemented training of Multinomial Naive Bayes classifier on movie plot summaries
478b454View on GitHubImplemented dataset population from MongoDB collections and main function for data retrieval
fa96379View on GitHubAdd function to extract nouns and adjectives from text using NLTK
4fd42c3View on GitHubImplemented an IMDb Web Scraper. Scrapes plot summary. Creates mongodb table with table with fields "plot" and "genre"
7b8ccdaView on GitHub