diff --git a/Repo-structure.md b/Repo-structure.md index 8da69540b4..d24d51afe7 100644 --- a/Repo-structure.md +++ b/Repo-structure.md @@ -366,20 +366,27 @@ │ │ │ └── README.md │ │ ├── README.md │ │ └── Requirements.txt -│ └── Twitter Sentiment Analysis -│ ├── README.md -│ ├── Twitter Sentiment Analysis.ipynb -│ ├── Twitter-sentiment-analysis-1.jpg -│ ├── images -│ │ ├── Input Data.jpg -│ │ ├── Model Performance.jpg -│ │ ├── Negative wordcloud.jpg -│ │ ├── Positive wordcloud.jpg -│ │ ├── Sentiment countplot.jpg -│ │ └── sample.md -│ ├── images.jpg -│ ├── train.csv -│ └── twitter2-720x540.jpg +│ ├── Readme.md +│ ├── Twitter Sentiment Analysis +│ │ ├── README.md +│ │ ├── Twitter Sentiment Analysis.ipynb +│ │ ├── Twitter-sentiment-analysis-1.jpg +│ │ ├── images +│ │ │ ├── Input Data.jpg +│ │ │ ├── Model Performance.jpg +│ │ │ ├── Negative wordcloud.jpg +│ │ │ ├── Positive wordcloud.jpg +│ │ │ ├── Sentiment countplot.jpg +│ │ │ └── sample.md +│ │ ├── images.jpg +│ │ ├── train.csv +│ │ └── twitter2-720x540.jpg +│ ├── assets +│ │ └── styles.css +│ ├── main.py +│ ├── requirements.txt +│ ├── translation.py +│ └── utils.py ├── PROJECT-README-TEMPLATE.md ├── PyVerse - Skill Selection.pdf ├── PyVerse - Skill Selection_page-0001.jpg diff --git a/repo_structure.txt b/repo_structure.txt index 868490ac47..b3a7ffbf57 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -364,20 +364,27 @@ │ │ │ └── README.md │ │ ├── README.md │ │ └── Requirements.txt -│ └── Twitter Sentiment Analysis -│ ├── README.md -│ ├── Twitter Sentiment Analysis.ipynb -│ ├── Twitter-sentiment-analysis-1.jpg -│ ├── images -│ │ ├── Input Data.jpg -│ │ ├── Model Performance.jpg -│ │ ├── Negative wordcloud.jpg -│ │ ├── Positive wordcloud.jpg -│ │ ├── Sentiment countplot.jpg -│ │ └── sample.md -│ ├── images.jpg -│ ├── train.csv -│ └── twitter2-720x540.jpg +│ ├── Readme.md +│ ├── Twitter Sentiment Analysis +│ │ ├── README.md +│ │ ├── Twitter Sentiment Analysis.ipynb +│ │ ├── Twitter-sentiment-analysis-1.jpg +│ │ ├── images +│ │ │ ├── Input Data.jpg +│ │ │ ├── Model Performance.jpg +│ │ │ ├── Negative wordcloud.jpg +│ │ │ ├── Positive wordcloud.jpg +│ │ │ ├── Sentiment countplot.jpg +│ │ │ └── sample.md +│ │ ├── images.jpg +│ │ ├── train.csv +│ │ └── twitter2-720x540.jpg +│ ├── assets +│ │ └── styles.css +│ ├── main.py +│ ├── requirements.txt +│ ├── translation.py +│ └── utils.py ├── PROJECT-README-TEMPLATE.md ├── PyVerse - Skill Selection.pdf ├── PyVerse - Skill Selection_page-0001.jpg