-
Clone this repository to your local machine.
-
Install requirements with
pip install -r requirements.txt
. -
Run
flask run
in the Flask_App directory. -
Go to
http://localhost:5000/
in a web browser.
-
Clone this repository to your local machine.
-
Build the container with
docker build . -t agora
. -
Run the container with
docker run -p5000:5000 agora
. -
Go to
http://localhost:5000/
in a web browser.
This application uses
- Python 3
- Flask web application framework
- Selenium web drivers
- NTLK VADER sentiment analysis model
- yfinance API queries
- Logistic Regression machine learning models
- GitHub actions for workflow automation
This application does not offer investment advice. Do not invest what you cannot lose. You should carry out your own independent research before making any investment decision.
MIT
- ICSC 2022: https://ieeexplore.ieee.org/document/9736313
- AIKE 2022: https://ieeexplore.ieee.org/document/9939140