Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 944 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 944 Bytes

TradeAdvisor

Stock Trade Advisor based on artificial intelligence for the historical market price, macro data and economic cycles,

Install (Python install version)

  1. Install python & check pip install package manager

C:\Users\user>py --version Python 3.11.4

C:\Users\user>py -m pip --version pip 23.1.2 from C:\Users\user\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip (python 3.11)

C:\Users\user>py -m pip install Flask C:\Users\user>py -m pip install flask_debugtoolbar C:\Users\user>py -m pip install tensorflow C:\Users\user>py -m pip install keras C:\Users\user>py -m pip install pandas C:\Users\user>py -m pip install db-sqlite3 C:\Users\user>py -m pip install Matplotlib C:\Users\user>py -m pip install scikit-sklearn C:\Users\user>py -m pip install pandas_ta

TO RUN:

py initPyTrader.py
or python initPyTrader.py

TO ACCESS:

http://localhost:5000