Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
yashksaini-coder committed Oct 2, 2024
1 parent da4e7ec commit 276c278
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 28 deletions.
42 changes: 28 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
42 changes: 28 additions & 14 deletions repo_structure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 276c278

Please sign in to comment.