Skip to content

Commit f0132a5

Browse files
Update README.md
1 parent 03cd5ac commit f0132a5

File tree

1 file changed

+74
-101
lines changed

1 file changed

+74
-101
lines changed

README.md

Lines changed: 74 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,133 +1,106 @@
1-
Please adda a ⭐
1+
# TrendMaster: Advanced Stock Price Prediction using Transformer Deep Learning
22

3-
# TrendMaster: Stock Price Prediction using Transformer Deep Learning Architecture
4-
TrendMaster leverages advanced Transformer deep learning architecture to provide highly accurate stock price predictions, enabling informed investment decisions.
3+
[![Python Version](https://img.shields.io/badge/python-3.7%2B-blue)](https://www.python.org/downloads/)
4+
[![License](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)
5+
[![GitHub Stars](https://img.shields.io/github/stars/hemangjoshi37a/TrendMaster?style=social)](https://github.com/hemangjoshi37a/TrendMaster/stargazers)
56

6-
Utilizing a wealth of data and sophisticated algorithms, TrendMaster stands out as a top-tier tool for financial forecasting.
7+
TrendMaster leverages cutting-edge Transformer deep learning architecture to deliver highly accurate stock price predictions, empowering you to make informed investment decisions.
78

8-
![Result](https://user-images.githubusercontent.com/12392345/125791380-341cecb7-a605-4147-9310-e5055f30b220.gif)
9+
![TrendMaster Demo](https://user-images.githubusercontent.com/12392345/125791380-341cecb7-a605-4147-9310-e5055f30b220.gif)
910

10-
## Installation
11-
To get started with TrendMaster, run the following installation command:
11+
## 🚀 Features
12+
13+
- Advanced Transformer-based prediction model
14+
- High accuracy with mean average error of just a few percentage points
15+
- Real-time data visualization
16+
- User-friendly interface
17+
- Customizable model parameters
18+
- Support for multiple stock symbols
19+
20+
## 📊 Why TrendMaster?
21+
22+
TrendMaster stands out as a top-tier tool for financial forecasting by:
23+
24+
- Utilizing a wealth of historical stock data
25+
- Employing sophisticated deep learning algorithms
26+
- Identifying patterns and trends beyond human perception
27+
- Providing actionable insights for smarter investment strategies
28+
29+
## 🛠️ Installation
30+
31+
Get started with TrendMaster in just one command:
1232

1333
```bash
1434
pip install TrendMaster
1535
```
1636

17-
## Usage
18-
Here's how to integrate TrendMaster into your Python projects:
37+
## 📈 Quick Start
1938

39+
Here's how to integrate TrendMaster into your Python projects:
2040

2141
```python
2242
from trendmaster import TrendMaster
23-
#Initialize the TrendMaster object
43+
44+
# Initialize TrendMaster
2445
test_symbol = 'SBIN'
2546
tm = TrendMaster(symbol_name_stk=test_symbol)
26-
#Load your data
47+
48+
# Load data
2749
data = tm.load_data(symbol=test_symbol)
28-
#Train the model
50+
51+
# Train the model
2952
tm.train(test_symbol, transformer_params={'epochs': 1})
30-
#Perform inference
31-
predictions = tm.inferencer.predict_future(val_data=data,future_steps=100,symbol=test_symbol)
53+
54+
# Perform inference
55+
predictions = tm.inferencer.predict_future(val_data=data, future_steps=100, symbol=test_symbol)
3256
print(predictions)
3357
```
3458

35-
## Star History
36-
37-
<a href="https://star-history.com/#hemangjoshi37a/TrendMaster&Date">
38-
<picture>
39-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=hemangjoshi37a/TrendMaster&type=Date&theme=dark" />
40-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=hemangjoshi37a/TrendMaster&type=Date" />
41-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=hemangjoshi37a/TrendMaster&type=Date" />
42-
</picture>
43-
</a>
59+
## 📊 Sample Results
4460

45-
Our Transformer-based prediction model is trained on a large dataset of historical stock prices, giving it the ability to identify patterns and trends that would be impossible for a human to discern. The model's predictions are also highly accurate, with a mean average error of just a few percentage points.
61+
Our Transformer-based prediction model demonstrates impressive accuracy:
4662

4763
![Transformer-Future200](https://user-images.githubusercontent.com/12392345/125791397-a344831b-b28c-4660-b295-924cb7123872.png)
4864

49-
In addition to stock price prediction, TrendMaster also offers a range of other features, such as real-time data visualization and a user-friendly interface. With TrendMaster, you'll have all the information you need to make smart investment decisions.
65+
## 🖥️ User Interface
5066

51-
![Screenshot from 2021-07-15 18-26-49](https://user-images.githubusercontent.com/12392345/125791827-a4597af0-1292-42d0-9eb1-118d7ef64cbc.png)
67+
TrendMaster comes with a sleek, user-friendly interface for easy data visualization and analysis:
5268

53-
So why wait? Try TrendMaster today and see the difference for yourself!
69+
![TrendMaster UI](https://user-images.githubusercontent.com/12392345/125791827-a4597af0-1292-42d0-9eb1-118d7ef64cbc.png)
5470

71+
## 📘 Documentation
5572

56-
## 📫 How to reach me
57-
[<img height="36" src="https://cdn.simpleicons.org/similarweb"/>](https://hjlabs.in/) &nbsp;
58-
[<img height="36" src="https://cdn.simpleicons.org/WhatsApp"/>](https://wa.me/917016525813) &nbsp;
59-
[<img height="36" src="https://cdn.simpleicons.org/telegram"/>](https://t.me/hjlabs) &nbsp;
60-
[<img height="36" src="https://cdn.simpleicons.org/Gmail"/>](mailto:[email protected]) &nbsp;
61-
[<img height="36" src="https://cdn.simpleicons.org/LinkedIn"/>](https://www.linkedin.com/in/hemang-joshi-046746aa) &nbsp;
62-
[<img height="36" src="https://cdn.simpleicons.org/facebook"/>](https://www.facebook.com/hemangjoshi37) &nbsp;
63-
[<img height="36" src="https://cdn.simpleicons.org/Twitter"/>](https://twitter.com/HemangJ81509525) &nbsp;
64-
[<img height="36" src="https://cdn.simpleicons.org/tumblr"/>](https://www.tumblr.com/blog/hemangjoshi37a-blog) &nbsp;
65-
[<img height="36" src="https://cdn.simpleicons.org/StackOverflow"/>](https://stackoverflow.com/users/8090050/hemang-joshi) &nbsp;
66-
[<img height="36" src="https://cdn.simpleicons.org/Instagram"/>](https://www.instagram.com/hemangjoshi37) &nbsp;
67-
[<img height="36" src="https://cdn.simpleicons.org/Pinterest"/>](https://in.pinterest.com/hemangjoshi37a) &nbsp;
68-
[<img height="36" src="https://cdn.simpleicons.org/Blogger"/>](http://hemangjoshi.blogspot.com) &nbsp;
69-
[<img height="36" src="https://cdn.simpleicons.org/gitlab"/>](https://gitlab.com/hemangjoshi37a) &nbsp;
73+
For detailed documentation, including API reference and advanced usage, please visit our [Wiki](https://github.com/hemangjoshi37a/TrendMaster/wiki).
7074

71-
## Checkout Cool GitHub Other Repositories:
75+
## 🤝 Contributing
76+
77+
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for more details.
78+
79+
## 📝 License
80+
81+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
82+
83+
## 🌟 Show Your Support
84+
85+
If you find TrendMaster helpful, please consider giving it a star on GitHub. It helps others discover the project and motivates us to keep improving!
86+
87+
[![GitHub Star History](https://api.star-history.com/svg?repos=hemangjoshi37a/TrendMaster&type=Date)](https://star-history.com/#hemangjoshi37a/TrendMaster&Date)
88+
89+
## 📫 Contact
90+
91+
For questions, suggestions, or collaboration opportunities, please reach out:
92+
93+
- Website: [hjlabs.in](https://hjlabs.in/)
94+
95+
- LinkedIn: [Hemang Joshi](https://www.linkedin.com/in/hemang-joshi-046746aa)
96+
97+
## 🔗 More from HJ Labs
98+
99+
Check out our other exciting projects:
72100
- [pyPortMan](https://github.com/hemangjoshi37a/pyPortMan)
73-
- [transformers_stock_prediction](https://github.com/hemangjoshi37a/transformers_stock_prediction)
74-
- [TrendMaster](https://github.com/hemangjoshi37a/TrendMaster)
75-
- [hjAlgos_notebooks](https://github.com/hemangjoshi37a/hjAlgos_notebooks)
76101
- [AutoCut](https://github.com/hemangjoshi37a/AutoCut)
77-
- [My_Projects](https://github.com/hemangjoshi37a/My_Projects)
78-
- [Cool Arduino and ESP8266 or NodeMCU Projects](https://github.com/hemangjoshi37a/my_Arduino)
79-
- [Telegram Trade Msg Backtest ML](https://github.com/hemangjoshi37a/TelegramTradeMsgBacktestML)
80-
81-
## Checkout Our Other Products:
82-
- [WiFi IoT LED Matrix Display](https://hjlabs.in/product/wifi-iot-led-display)
83-
- [SWiBoard WiFi Switch Board IoT Device](https://hjlabs.in/product/swiboard-wifi-switch-board-iot-device)
84-
- [Electric Bicycle](https://hjlabs.in/product/electric-bicycle)
85-
- [Product 3D Design Service with Solidworks](https://hjlabs.in/product/product-3d-design-with-solidworks/)
86-
- [AutoCut : Automatic Wire Cutter Machine](https://hjlabs.in/product/automatic-wire-cutter-machine/)
87-
- [Custom AlgoTrading Software Coding Services](https://hjlabs.in/product/custom-algotrading-software-for-zerodha-and-angel-w-source-code//)
88-
- [SWiBoard :Tasmota MQTT Control](https://play.google.com/store/apps/details?id=in.hjlabs.swiboard)
89-
- [Custom Token Classification or Named Entity Recognition (NER) model as in Natural Language Processing (NLP) Machine Learning](https://hjlabs.in/product/custom-token-classification-or-named-entity-recognition-ner-model-as-in-natural-language-processing-nlp-machine-learning/)
90-
91-
## Some Cool Arduino and ESP8266 (or NodeMCU) IoT projects:
92-
- [IoT_LED_over_ESP8266_NodeMCU : Turn LED on and off using web server hosted on a nodemcu or esp8266](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_LED_over_ESP8266_NodeMCU)
93-
- [ESP8266_NodeMCU_BasicOTA : Simple OTA (Over The Air) upload code from Arduino IDE using WiFi to NodeMCU or ESP8266](https://github.com/hemangjoshi37a/my_Arduino/tree/master/ESP8266_NodeMCU_BasicOTA)
94-
- [IoT_CSV_SD : Read analog value of Voltage and Current and write it to SD Card in CSV format for Arduino, ESP8266, NodeMCU etc](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_CSV_SD)
95-
- [Honeywell_I2C_Datalogger : Log data in A SD Card from a Honeywell I2C HIH8000 or HIH6000 series sensor having external I2C RTC clock](https://github.com/hemangjoshi37a/my_Arduino/tree/master/Honeywell_I2C_Datalogger)
96-
- [IoT_Load_Cell_using_ESP8266_NodeMC : Read ADC value from High Precision 12bit ADS1015 ADC Sensor and Display on SSD1306 SPI Display as progress bar for Arduino or ESP8266 or NodeMCU](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_Load_Cell_using_ESP8266_NodeMC)
97-
- [IoT_SSD1306_ESP8266_NodeMCU : Read from High Precision 12bit ADC seonsor ADS1015 and display to SSD1306 SPI as progress bar in ESP8266 or NodeMCU or Arduino](https://github.com/hemangjoshi37a/my_Arduino/tree/master/IoT_SSD1306_ESP8266_NodeMCU)
98-
99-
## Our HuggingFace Models :
100-
- [hemangjoshi37a/autotrain-ratnakar_1000_sample_curated-1474454086 : Stock tip message NER(Named Entity Recognition or Token Classification) using HUggingFace-AutoTrain and LabelStudio and Ratnakar Securities Pvt. Ltd.](https://huggingface.co/hemangjoshi37a/autotrain-ratnakar_1000_sample_curated-1474454086)
101-
102-
## Our HuggingFace Datasets :
103-
- [hemangjoshi37a/autotrain-data-ratnakar_1000_sample_curated : Stock tip message NER(Named Entity Recognition or Token Classification) using HUggingFace-AutoTrain and LabelStudio and Ratnakar Securities Pvt. Ltd.](https://huggingface.co/datasets/hemangjoshi37a/autotrain-data-ratnakar_1000_sample_curated)
104-
105-
## Awesome Youtube Videos :
106-
- [❤️ હદય અને હદયના ધબકારા 💙 दिल और दिल की धड़कन 💖 Heart and beating of heart by Priyanka madam. 💕](https://www.youtube.com/watch?v=9v3MK6oTOeA)
107-
- [🩸 રુધિર વહીનીઓ અને એના કર્યો. 🩸 Blood Vessels And Working of Blood Vessels 🩸 By Priyankama'am](https://www.youtube.com/watch?v=T7mMcEYNKyQ)
108-
- [🩸 મનુષ્યમાં પરિવહન તંત્ર 🩸 परिसंचरण तंत्र 🩸 Blood Circulation System in Humans🩸 By Priyanka madam](https://www.youtube.com/watch?v=vxa6o_wrWnY)
109-
- [AutoCut V2 - The World's Most Powerful Arduino Automatic Wire Cutting Machine](https://www.youtube.com/watch?v=oGr0mWmNhKY)
110-
- [SWiBoard - A Killer Gadget to Boost Your Boring Switchboard](https://www.youtube.com/watch?v=ftza6WM4LiE)
111-
- [🧪 મનુષ્યમાં ઉત્સર્જન-તંત્ર 🦠 मानव उत्सर्जन तंत्र ⚗️ excretory system 🩺](https://www.youtube.com/watch?v=UUGI-CFKsWI)
112-
- [🌳વનસ્પતિમાં પાણી અને ખનીજ તત્વોનું વહન 🌲](https://youtu.be/1da9p6iYlr4)
113-
- [🌲 વનસ્પતિમાં બાષ્પોત્સર્જન 🌳 पेड़ में वाष्पोत्सर्जन 🎄Transpiration in Trees](https://youtu.be/I9Sirc42Ktg)
114-
- [🫁 સજીવોમાં શ્વસન 🧬 जीवों में श्वास 🫀 Breathing in organisms 👩🏻‍🔬](https://youtu.be/sIMl4t2OFmY)
115-
- [🫁 શ્વસનની પ્રક્રિયા 🫀Respiratory System 🦠](https://youtu.be/hua8ZD5Ge1w)
116-
- [🫁 મનુષ્યમાં શ્વાસ અને ઉચ્છશ્વાસ ⚛️ ](https://youtu.be/BI-CYgnkGCw)
117-
118-
## My Quirky Blog :
119-
- [Hemang Joshi](http://hemangjoshi.blogspot.com/)
120-
121-
## Awesome Android Apps :
122-
- [SWiBoard :Tasmota MQTT Control](https://play.google.com/store/apps/details?id=in.hjlabs.swiboard)
123-
124-
## Checkout Cool GitLab Other Repositories:
125-
- [pyPortMan](https://gitlab.com/hemangjoshi37a/pyPortMan)
126-
- [transformers_stock_prediction](https://gitlab.com/hemangjoshi37a/transformers_stock_prediction)
127-
- [TrendMaster](https://gitlab.com/hemangjoshi37a/TrendMaster)
128-
- [hjAlgos_notebooks](https://gitlab.com/hemangjoshi37a/hjAlgos_notebooks)
129-
- [AutoCut](https://gitlab.com/hemangjoshi37a/AutoCut)
130-
- [My_Projects](https://gitlab.com/hemangjoshi37a/My_Projects)
131-
- [Cool Arduino and ESP8266 or NodeMCU Projects](https://gitlab.com/hemangjoshi37a/my_Arduino)
132-
- [Telegram Trade Msg Backtest ML](https://gitlab.com/hemangjoshi37a/TelegramTradeMsgBacktestML)
102+
- [TelegramTradeMsgBacktestML](https://github.com/hemangjoshi37a/TelegramTradeMsgBacktestML)
103+
104+
---
133105

106+
Created with ❤️ by [Hemang Joshi](https://github.com/hemangjoshi37a)

0 commit comments

Comments
 (0)