Faham commited on
Commit
523ea93
·
1 Parent(s): 629bac3

UPDATE: readme

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # QueryStockAI
2
 
3
- A comprehensive financial analysis tool that provides stock data, news analysis, and AI-powered insights through an interactive Streamlit web interface. Features advanced machine learning-based stock price predictions using Ridge Regression with comprehensive technical indicators.
4
 
5
  ## Features
6
 
@@ -108,7 +108,6 @@ A comprehensive financial analysis tool that provides stock data, news analysis,
108
  - `news_server.py`: MCP server for news data
109
  - `resource_monitor.py`: System resource monitoring
110
  - `pages/System_Monitor.py`: System monitoring dashboard
111
- - `stock_data_linear_regression.ipynb`: Jupyter notebook with original ML approach
112
  - `requirements.txt`: Python dependencies
113
  - `pyproject.toml`: Project configuration
114
 
@@ -170,4 +169,4 @@ A comprehensive financial analysis tool that provides stock data, news analysis,
170
 
171
  ## Disclaimer
172
 
173
- Stock predictions have approximately 80% accuracy. These forecasts are for informational purposes only and should not be used as the sole basis for investment decisions. Always conduct your own research and consider consulting with financial advisors.
 
1
  # QueryStockAI
2
 
3
+ A comprehensive financial analysis tool that provides stock data, news analysis, and AI-powered insights through an interactive Streamlit web interface. Features advanced machine learning-based stock price predictions using Ridge Regression with comprehensive technical indicators and an AI agent which answers user's queries based on stock dayta and news sentiment.
4
 
5
  ## Features
6
 
 
108
  - `news_server.py`: MCP server for news data
109
  - `resource_monitor.py`: System resource monitoring
110
  - `pages/System_Monitor.py`: System monitoring dashboard
 
111
  - `requirements.txt`: Python dependencies
112
  - `pyproject.toml`: Project configuration
113
 
 
169
 
170
  ## Disclaimer
171
 
172
+ Stock predictions have approximately 70% accuracy. These forecasts are for informational purposes only and should not be used as the sole basis for investment decisions. Always conduct your own research and consider consulting with financial advisors.