Skip to content

Commit

Permalink
Update repo structure
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent abe7589 commit a63f734
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
24 changes: 22 additions & 2 deletions PROJECT_STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
├── ARIMA/
│ ├── ARIMA_V2.ipynb
│ ├── README.md
│ └── hybrid.ipynb
│ ├── hybrid.ipynb
│ └── saved_model/
│ ├── arima_model.pkl
│ ├── lstm_model.h5
│ └── scaler.pkl
├── Contributing.md
├── Data/
│ ├── SBI Test data.csv
Expand All @@ -30,6 +34,7 @@
│ ├── reduced_redundancy_stock_price_prediction.ipynb
│ └── requirements.txt
├── InvestWise - Stock Prediction Model.png
├── LICENSE
├── Market Trend Classification Model/
│ ├── Market Trend Classification Model.ipynb
│ ├── MarketTrend Analytics - Classification Model.png
Expand All @@ -52,7 +57,9 @@
├── SBIN.csv
├── Stock_Price_Prediction(Updated).ipynb
├── Stock_Price_Prediction.ipynb
├── Stock_Recommendation.ipynb
├── Stock_prediction_Data_Analysis.ipynb
├── Updated_SBIN.csv
├── VWAP_included_stock_price_prediction.ipynb
├── buy_sell_recommendation_system.ipynb
├── candlestick_chart.html
Expand All @@ -67,9 +74,22 @@
│ ├── 085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg
│ ├── 6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg
│ └── f23e9194-72de-438d-bd69-744667680d3e.jpeg
├── main.py
├── nifty_500.csv
├── prediction.pkl
├── reduced_redundancy_stock_price_prediction.ipynb
├── repo_structure.txt
├── requirements.txt
└── stock_market(complete).ipynb
├── sentiment_model.h5
├── static/
│ └── css/
│ ├── home.css
│ └── stock.css
├── stock_data.csv
├── stock_market(complete).ipynb
├── stock_sentimental.ipynb
└── templates/
├── home.html
└── stock.html
```
<!-- END_STRUCTURE -->
24 changes: 22 additions & 2 deletions repo_structure.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
├── ARIMA/
│ ├── ARIMA_V2.ipynb
│ ├── README.md
│ └── hybrid.ipynb
│ ├── hybrid.ipynb
│ └── saved_model/
│ ├── arima_model.pkl
│ ├── lstm_model.h5
│ └── scaler.pkl
├── Contributing.md
├── Data/
│ ├── SBI Test data.csv
Expand All @@ -26,6 +30,7 @@
│ ├── reduced_redundancy_stock_price_prediction.ipynb
│ └── requirements.txt
├── InvestWise - Stock Prediction Model.png
├── LICENSE
├── Market Trend Classification Model/
│ ├── Market Trend Classification Model.ipynb
│ ├── MarketTrend Analytics - Classification Model.png
Expand All @@ -48,7 +53,9 @@
├── SBIN.csv
├── Stock_Price_Prediction(Updated).ipynb
├── Stock_Price_Prediction.ipynb
├── Stock_Recommendation.ipynb
├── Stock_prediction_Data_Analysis.ipynb
├── Updated_SBIN.csv
├── VWAP_included_stock_price_prediction.ipynb
├── buy_sell_recommendation_system.ipynb
├── candlestick_chart.html
Expand All @@ -63,7 +70,20 @@
│ ├── 085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg
│ ├── 6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg
│ └── f23e9194-72de-438d-bd69-744667680d3e.jpeg
├── main.py
├── nifty_500.csv
├── prediction.pkl
├── reduced_redundancy_stock_price_prediction.ipynb
├── repo_structure.txt
├── requirements.txt
└── stock_market(complete).ipynb
├── sentiment_model.h5
├── static/
│ └── css/
│ ├── home.css
│ └── stock.css
├── stock_data.csv
├── stock_market(complete).ipynb
├── stock_sentimental.ipynb
└── templates/
├── home.html
└── stock.html

0 comments on commit a63f734

Please sign in to comment.