Skip to content
TRENDIFY!

TRENDIFY!

Stay Ahead of the Curve: Your Guide to Market Trends!

Created on 28th February 2024

TRENDIFY!

TRENDIFY!

Stay Ahead of the Curve: Your Guide to Market Trends!

The problem TRENDIFY! solves

Predicting the opening prices of various stocks listed in the stock market. It collects historical stock price data using the Yahoo Finance API, preprocesses the data, trains LSTM (Long Short-Term Memory) neural network models using TensorFlow to learn patterns in the data, and then uses these models to predict future opening prices of stocks.

The predicted opening prices can be valuable for investors and traders as they provide insights into potential future movements of stock prices, allowing them to make informed decisions about buying, selling, or holding stocks. Additionally, the code demonstrates a pipeline for collecting data, building predictive models, and deploying them for real-world use cases in the financial domain.

Challenges we ran into

Difficulty Setting Up the API:
We encountered challenges setting up and configuring the API, possibly due to issues with authentication, understanding the API documentation, or dealing with rate limits and access restrictions.

Dependency Management Issues:
We faced difficulties in setting up and managing dependencies required for the project, such as NumPy, Pandas, TensorFlow, and other libraries, possibly due to version conflicts, installation errors, or compatibility issues.

Discussion

Builders also viewed

See more projects on Devfolio