huseinzol05 / Stock-Prediction-Models

Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Apache License 2.0
7.66k stars 2.74k forks source link

How do I run the code???? #118

Open maverickteckh opened 1 year ago

maverickteckh commented 1 year ago

I have absolutely no clue how to run the code and I don't have experience with python or jyputer notebook????? Help!

nil-andreu commented 1 year ago

Hey! Well, you would need to follow some steps (recommended):

  1. Install python if you do not have it, and create a virtual environment in the same place as where you have the repository in your local file system: python3 -m venv venv.
  2. Activate the environment: source venv/bin/activate. This command will work for Linux & Mac, for Windows would be: venv/scripts/activate.
  3. Install jupyter notebook: pip3 install jupyter, and run it: jupyter notebook.
  4. Now you can go to the .ipynb files, install the dependencies (would have to search for each of them in google), and run the cells!
maverickteckh commented 1 year ago

thank you soooo much :)

On Sat, Feb 18, 2023 at 12:44 AM Nil Andreu @.***> wrote:

Hey! Well, you would need to follow some steps (recommended):

  1. Install python if you do not have it, and create a virtual environment in the same place as where you have the repository in your local file system: python3 -m venv venv.
  2. Activate the environment: source venv/bin/activate. This command will work for Linux & Mac, for Windows would be: venv/scripts/activate.
  3. Install jupyter notebook: pip3 install jupyter, and run it: jupyter notebook.
  4. Now you can go to the .ipynb files, install the dependencies (would have to search for each of them in google), and run the cells!

— Reply to this email directly, view it on GitHub https://github.com/huseinzol05/Stock-Prediction-Models/issues/118#issuecomment-1435514323, or unsubscribe https://github.com/notifications/unsubscribe-auth/AR3BTQVZ4P67V5CCVH2VFFLWYB4XJANCNFSM6AAAAAAS5UQKFU . You are receiving this because you authored the thread.Message ID: @.***>

nil-andreu commented 1 year ago

Anything else let me know if you want @Maxwick456 !