Author: Qrexxed
API: Alpha Vantage
- Python 3.12 (no newer or earlier)
- Alpha Vantage API Key for av.py
-
Clone the repository or download from the website:
git clone https://github.com/unerrored/StocksPredictor
-
Navigate to the project directory:
cd StocksPredictor
-
Install the required dependencies using pip:
pip install pandas numpy matplotlib mplfinance scikit-learn opencv-python keras bokeh tensorflow
-
Issue: Unable to install dependencies.
Solution: Ensure you are using Python 3.12 and have pip updated to the latest version. Runpip install --upgrade pip
if necessary. -
Issue: API key not working.
Solution: Verify your API key is correct and active. You can regenerate it from the Alpha Vantage API Key page.
-
Q: Can I use a different Python version?
A: No, the project is specifically designed for Python 3.12. -
Q: Where can I find more information about the dependencies?
A: Check the official documentation for each library or package.