
A Python application for the analysis and prediction (AI/ML) of market assets, including Cryptocurrencies and Stocks.
This Python application is designed for the analysis and prediction of market assets, including Cryptocurrencies and Stocks. It utilizes machine learning to make predictions on the price of an asset for the next day based on historical data. The application currently supports the Long Short-Term Memory Recurrent Neural Network (LSTM-RNN) model for prediction. The analysis can be displayed in either a dashboard or in a Jupyter notebook using matplotlib. The application uses the Dash and Flask frameworks to create a localhost instance for the dashboard, and all data is stored in SQLite3 databases.
This Python application is designed for the analysis and prediction of market assets, such as Cryptocurrencies and Stocks. It utilizes machine learning, specifically the LSTM-RNN model, to make predictions on the price of an asset for the next day. The application supports downloading data from YahooFinance, integration with SQLite3 databases, and the use of Matplotlib for visualizations. It also includes a dashboard feature using the Dash and Flask frameworks. Future expansions of the application will include more options for ML/AI models and the potential integration of Postgres4 for improved query capabilities.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.
A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.