Skip to content

Commit c50df3c

Browse files
Version 4.2
0 parents  commit c50df3c

82 files changed

Lines changed: 37896 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.wpress filter=lfs diff=lfs merge=lfs -text

Tweet.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Tweet(object):
2+
3+
def __init__(self, content, polarity):
4+
self.content = content
5+
self.polarity = polarity

constants.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
consumer_key= 'E0pFYVai9VaOhqLiRBEC6gpGF'
2+
consumer_secret= 'XAMh4l9XL5nwFK3MN5tAjtXA2YgDN1tw5f7L2n6dz5ib8VYlbm'
3+
4+
access_token='3261604734-86c7DOJP98GwNeFWzvgPQKFUTyHn1ZFwlloJP3v'
5+
access_token_secret='eXEmlEAdxaFjueVP03jsAWeOeNMkI7ToiDQkyvLDa6eX7'
6+
7+
num_of_tweets = int(300)

main.py

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
nltk
2+
keras==2.3.1
3+
numpy
4+
streamlit==0.52.1
5+
seaborn
6+
tweepy
7+
textblob
8+
flask
9+
pandas
10+
matplotlib
11+
scikit_learn
12+
statsmodels==0.10.1
13+
yfinance==0.1.54
14+
alpha_vantage==2.1.3
15+
tensorflow==1.14.0
16+
https://pypi.anaconda.org/berber/simple/tweet-preprocessor/0.5.0/tweet-preprocessor-0.5.0.tar.gz

static/1.jpg

13 KB
Loading

static/2.jpg

12.9 KB
Loading

static/3.jpg

14.2 KB
Loading

static/4.jpg

12.4 KB
Loading

static/ARIMA.jpg

23.4 KB
Loading

0 commit comments

Comments
 (0)