Skip to content

Commit

Permalink
UPDATED
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudanum2 committed May 18, 2020
1 parent 618c05e commit c364faa
Show file tree
Hide file tree
Showing 79 changed files with 1,486,393 additions and 0 deletions.
1,251 changes: 1,251 additions & 0 deletions Chapter10/.ipynb_checkpoints/CHAPTER_10_MOVIES_RECOMMENDATIONS-checkpoint.ipynb

Large diffs are not rendered by default.

600 changes: 600 additions & 0 deletions Chapter10/.ipynb_checkpoints/Untitled-checkpoint.ipynb

Large diffs are not rendered by default.

1,423 changes: 1,423 additions & 0 deletions Chapter10/.ipynb_checkpoints/moviesRecommendation-checkpoint.ipynb

Large diffs are not rendered by default.

1,251 changes: 1,251 additions & 0 deletions Chapter10/CHAPTER_10_MOVIES_RECOMMENDATIONS.ipynb

Large diffs are not rendered by default.

27,279 changes: 27,279 additions & 0 deletions Chapter10/movies.csv

Large diffs are not rendered by default.

100,837 changes: 100,837 additions & 0 deletions Chapter10/reviews.csv

Large diffs are not rendered by default.

497 changes: 497 additions & 0 deletions Chapter11/.ipynb_checkpoints/CHAPTER11_TWITTER-checkpoint.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

351 changes: 351 additions & 0 deletions Chapter11/.ipynb_checkpoints/Wordcloud twitter-checkpoint.ipynb

Large diffs are not rendered by default.

350 changes: 350 additions & 0 deletions Chapter11/.ipynb_checkpoints/tweeterEnglish-checkpoint.ipynb

Large diffs are not rendered by default.

545 changes: 545 additions & 0 deletions Chapter11/CHAPTER11_TWITTER.ipynb

Large diffs are not rendered by default.

571 changes: 571 additions & 0 deletions Chapter11/CHAPTER11_TWITTER_SENTIMENT_ANALYSIS.ipynb

Large diffs are not rendered by default.

827 changes: 827 additions & 0 deletions Chapter11/Output/Media_SentimentAnalysis.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

13,427 changes: 13,427 additions & 0 deletions Chapter11/Word-Counter-using-PySpark-master/Pride_and_Prejudice.txt

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions Chapter11/Word-Counter-using-PySpark-master/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

# Live Streaming word-counter using PySpark

I have taken the text file format of The Pride and Prejudice novel as an input for the word counter. This is done using live streaming. Other inputs like tweets from twitter and facebook can also be integrated in the code. It is made efficient by using spark which uses in-memory parallel processing. Thus, it can handle large streaming data and can deliver outputs faster than other methods.

Loading

0 comments on commit c364faa

Please sign in to comment.