From 276c278250252fc2fb823f04fbedc082d0c14049 Mon Sep 17 00:00:00 2001 From: yashksaini-coder <115717039+yashksaini-coder@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:00:27 +0000 Subject: [PATCH] Update repo structure --- README.md | 42 ++++++++++++++++++++++++++++-------------- repo_structure.txt | 42 ++++++++++++++++++++++++++++-------------- 2 files changed, 56 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 2938580e..869eacb8 100644 --- a/README.md +++ b/README.md @@ -185,21 +185,35 @@ The PyVerse repository is organized as follows: │ │ │ ├── Automobile_Sales_Prediction.ipynb │ │ │ └── README.md │ │ └── requirements.txt -│ └── Bitcoin Price Prediction -│ ├── Dataset -│ │ ├── README.md -│ │ └── bitcoin_dataset.csv -│ ├── Images -│ │ ├── image1.png -│ │ ├── image2.png -│ │ ├── image4.png -│ │ ├── image5.png -│ │ └── images3.png -│ ├── Model -│ │ ├── Bitcoin_Price_Prediction.ipynb -│ │ └── README.md +│ ├── Bitcoin Price Prediction +│ │ ├── Dataset +│ │ │ ├── README.md +│ │ │ └── bitcoin_dataset.csv +│ │ ├── Images +│ │ │ ├── image1.png +│ │ │ ├── image2.png +│ │ │ ├── image4.png +│ │ │ ├── image5.png +│ │ │ └── images3.png +│ │ ├── Model +│ │ │ ├── Bitcoin_Price_Prediction.ipynb +│ │ │ └── README.md +│ │ ├── README.md +│ │ └── requirements.txt +│ └── Twitter Sentiment Analysis │ ├── README.md -│ └── requirements.txt +│ ├── 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 ├── PROJECT-README-TEMPLATE.md ├── README.md ├── Tutorials diff --git a/repo_structure.txt b/repo_structure.txt index cec47001..a5525ea6 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -109,21 +109,35 @@ │ │ │ ├── Automobile_Sales_Prediction.ipynb │ │ │ └── README.md │ │ └── requirements.txt -│ └── Bitcoin Price Prediction -│ ├── Dataset -│ │ ├── README.md -│ │ └── bitcoin_dataset.csv -│ ├── Images -│ │ ├── image1.png -│ │ ├── image2.png -│ │ ├── image4.png -│ │ ├── image5.png -│ │ └── images3.png -│ ├── Model -│ │ ├── Bitcoin_Price_Prediction.ipynb -│ │ └── README.md +│ ├── Bitcoin Price Prediction +│ │ ├── Dataset +│ │ │ ├── README.md +│ │ │ └── bitcoin_dataset.csv +│ │ ├── Images +│ │ │ ├── image1.png +│ │ │ ├── image2.png +│ │ │ ├── image4.png +│ │ │ ├── image5.png +│ │ │ └── images3.png +│ │ ├── Model +│ │ │ ├── Bitcoin_Price_Prediction.ipynb +│ │ │ └── README.md +│ │ ├── README.md +│ │ └── requirements.txt +│ └── Twitter Sentiment Analysis │ ├── README.md -│ └── requirements.txt +│ ├── 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 ├── PROJECT-README-TEMPLATE.md ├── README.md ├── Tutorials