From 9629474b654bab3f07d356266a79c0adef2e71df Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:50:41 +0530 Subject: [PATCH 1/6] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b92581..ca71a56 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,27 @@ We welcome contributions to this project! Please see our [Contributing.md](./CON ## 🌍 Our Valuable Contributors -[![Contributors](https://contrib.rocks/image?repo=rohitinu6/Stock-Price-Prediction)](https://github.com/rohitinu6/Stock-Price-Prediction/graphs/contributors) + +
+ +| Contributor | Contributor | Contributor | Contributor | +|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------| +| Alolika

[Alolika](https://github.com/alo7lika) 👩‍💻

| Smog Root

[Smog Root](https://github.com/smog-root) 👨‍💻

| Ayushi Sha

[Ayushi Sha](https://github.com/AYUSHI-SHA) 👩‍💻

| Rohit Inu

[Rohit Inu](https://github.com/rohitinu6) 👨‍💻

| +| Shradi Phylleia

[Shradi Phylleia](https://github.com/shradiphylleia) 👩‍💻

| Pankaj

[Pankaj](https://github.com/Pankaj4152) 👨‍💻

| Shristi

[Shristi](https://github.com/shristirwt) 👩‍💻

| GitHub Actions

[GitHub Actions](https://github.com/features/actions) 👨‍💻

| +| Spandana

[Spandana](https://github.com/spandana2004) 👩‍💻

| Mugundh

[Mugundh](https://github.com/J-B-Mugundh) 👨‍💻

| Saqib

[Saqib](https://github.com/jvedsaqib) 👨‍💻

| Balbir Singh

[Balbir Singh](https://github.com/balbirs22) 👨‍💻

| +| RB137

[RB137](https://github.com/RB137) 👨‍💻

| Darsh Agrawal

[Darsh Agrawal](https://github.com/DarshAgrawal14) 👨‍💻

| Lokesh Sharma

[Lokesh Sharma](https://github.com/lkksharma) 👨‍💻

| Abhishek Hegde

[Abhishek Hegde](https://github.com/abhishekHegde2000) 👨‍💻

| +| Praveen Arjun

[Praveen Arjun](https://github.com/praveenarjun) 👨‍💻

| Kirti Pratihar

[Kirti Pratihar](https://github.com/KirtiPratihar) 👩‍💻

| Maryam

[Maryam](https://github.com/Maryam0330) 👩‍💻

| Priyansh

[Priyansh](https://github.com/priyansh985) 👨‍💻

| +| Kundana

[Kundana](https://github.com/kundana29) 👩‍💻

| Simran Shaikh

[Simran Shaikh](https://github.com/SimranShaikh20) 👩‍💻

| Saksham Saraf

[Saksham Saraf](https://github.com/sakshamsaraf23) 👨‍💻

| Sapnil Modak

[Sapnil Modak](https://github.com/sapnilmodak) 👨‍💻

| +| Dipanita

[Dipanita](https://github.com/Dipanita45) 👩‍💻

| Murtaza Sadri

[Murtaza Sadri](https://github.com/murtaza-sadri-19) 👨‍💻

| Archana Singh

[Archana Singh](https://github.com/archanasingh11) 👩‍💻

| + +
+ +## 🎉 Thank You to All Our Amazing Contributors! 🎉 + +We are incredibly grateful for your dedication and hard work. Your contributions have been invaluable in making this project a success. Thank you for being a part of our journey! + +**Let's continue to build great things together! 🚀** + ## 📝 License From e81d212f837077b1e9d1b8184339101a791fd271 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:51:48 +0530 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca71a56..8279a4d 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ We welcome contributions to this project! Please see our [Contributing.md](./CON -## 🎉 Thank You to All Our Amazing Contributors! 🎉 +### 🎉 Thank You to All Our Amazing Contributors! 🎉 We are incredibly grateful for your dedication and hard work. Your contributions have been invaluable in making this project a success. Thank you for being a part of our journey! From 27435f4a078bb159e0ebdee2fe22f2fa561b30bf Mon Sep 17 00:00:00 2001 From: MCAHITK-MINOR-PROJECT Date: Fri, 25 Oct 2024 19:59:18 +0530 Subject: [PATCH 3/6] Update update_leaderboard.yml --- .github/workflows/update_leaderboard.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update_leaderboard.yml b/.github/workflows/update_leaderboard.yml index 33a178b..f7b6053 100644 --- a/.github/workflows/update_leaderboard.yml +++ b/.github/workflows/update_leaderboard.yml @@ -9,25 +9,29 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout repository uses: actions/checkout@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} + - name: Set up Python uses: actions/setup-python@v4 with: python-version: '3.x' - + - name: Install dependencies run: | python -m pip install --upgrade pip pip install requests PyGithub - + - name: Run leaderboard update script run: | python .github/scripts/update_leaderboard.py env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub token - GITHUB_REPOSITORY: ${{ github.repository }} # Repository info + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Pass GitHub token to script + GITHUB_REPOSITORY: ${{ github.repository }} # Pass repository information - name: Commit and push changes run: | @@ -35,4 +39,4 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git add leaderboard.md || echo "No changes to commit" # Prevent errors if there's nothing to commit git commit -m "Update leaderboard" || echo "No changes to commit" - git push || echo "Nothing to push" + git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} || echo "Nothing to push" From 5429b13eee0a4e9c68aa6136e5a4e419084543a0 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:13:21 +0530 Subject: [PATCH 4/6] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8279a4d..629d60a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ +

+
## 📈 Stock Price Prediction From 2f4d27e73696aab30936d84e67ee30bb6b81f231 Mon Sep 17 00:00:00 2001 From: alolika bhowmik <152315710+alo7lika@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:27:15 +0530 Subject: [PATCH 5/6] Update README.md --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 629d60a..a9fb164 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -

- -

-
## 📈 Stock Price Prediction @@ -149,20 +145,9 @@ We welcome contributions to this project! Please see our [Contributing.md](./CON ## 🌍 Our Valuable Contributors - -
- -| Contributor | Contributor | Contributor | Contributor | -|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------| -| Alolika

[Alolika](https://github.com/alo7lika) 👩‍💻

| Smog Root

[Smog Root](https://github.com/smog-root) 👨‍💻

| Ayushi Sha

[Ayushi Sha](https://github.com/AYUSHI-SHA) 👩‍💻

| Rohit Inu

[Rohit Inu](https://github.com/rohitinu6) 👨‍💻

| -| Shradi Phylleia

[Shradi Phylleia](https://github.com/shradiphylleia) 👩‍💻

| Pankaj

[Pankaj](https://github.com/Pankaj4152) 👨‍💻

| Shristi

[Shristi](https://github.com/shristirwt) 👩‍💻

| GitHub Actions

[GitHub Actions](https://github.com/features/actions) 👨‍💻

| -| Spandana

[Spandana](https://github.com/spandana2004) 👩‍💻

| Mugundh

[Mugundh](https://github.com/J-B-Mugundh) 👨‍💻

| Saqib

[Saqib](https://github.com/jvedsaqib) 👨‍💻

| Balbir Singh

[Balbir Singh](https://github.com/balbirs22) 👨‍💻

| -| RB137

[RB137](https://github.com/RB137) 👨‍💻

| Darsh Agrawal

[Darsh Agrawal](https://github.com/DarshAgrawal14) 👨‍💻

| Lokesh Sharma

[Lokesh Sharma](https://github.com/lkksharma) 👨‍💻

| Abhishek Hegde

[Abhishek Hegde](https://github.com/abhishekHegde2000) 👨‍💻

| -| Praveen Arjun

[Praveen Arjun](https://github.com/praveenarjun) 👨‍💻

| Kirti Pratihar

[Kirti Pratihar](https://github.com/KirtiPratihar) 👩‍💻

| Maryam

[Maryam](https://github.com/Maryam0330) 👩‍💻

| Priyansh

[Priyansh](https://github.com/priyansh985) 👨‍💻

| -| Kundana

[Kundana](https://github.com/kundana29) 👩‍💻

| Simran Shaikh

[Simran Shaikh](https://github.com/SimranShaikh20) 👩‍💻

| Saksham Saraf

[Saksham Saraf](https://github.com/sakshamsaraf23) 👨‍💻

| Sapnil Modak

[Sapnil Modak](https://github.com/sapnilmodak) 👨‍💻

| -| Dipanita

[Dipanita](https://github.com/Dipanita45) 👩‍💻

| Murtaza Sadri

[Murtaza Sadri](https://github.com/murtaza-sadri-19) 👨‍💻

| Archana Singh

[Archana Singh](https://github.com/archanasingh11) 👩‍💻

| - -
+

+ +

### 🎉 Thank You to All Our Amazing Contributors! 🎉 From a63f7348ccbce3351d0174790e32bab6ce1ac6fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:41:31 +0000 Subject: [PATCH 6/6] Update repo structure --- PROJECT_STRUCTURE.md | 24 ++++++++++++++++++++++-- repo_structure.txt | 24 ++++++++++++++++++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/PROJECT_STRUCTURE.md b/PROJECT_STRUCTURE.md index db53de1..1ed8936 100644 --- a/PROJECT_STRUCTURE.md +++ b/PROJECT_STRUCTURE.md @@ -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 @@ -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 @@ -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 @@ -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 ``` \ No newline at end of file diff --git a/repo_structure.txt b/repo_structure.txt index 51ea91e..3af122d 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -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 @@ -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 @@ -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 @@ -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 \ No newline at end of file +├── sentiment_model.h5 +├── static/ +│ └── css/ +│ ├── home.css +│ └── stock.css +├── stock_data.csv +├── stock_market(complete).ipynb +├── stock_sentimental.ipynb +└── templates/ + ├── home.html + └── stock.html \ No newline at end of file