If editing .tex files with a lateX editor like texmaker
The following may be necessary if running linux: sudo apt-get install texlive-science sudo apt-get install texlive-full
These are located in the requirements.txt file. To download all required packages, run
pip install -r requirements.txt
- Change endpoints in main.js to reflect your ip address:5000
- Change self.host in server/server.py to reflect your ip address
- Change CHROMEDRIVER_PATH to your chromedriver path in server/server.py (must install selenium and chromedriver)
- Run/start server.py
- Head over to the interface directory and run index.html in any desired web-browser (Tested on Safari 15.3)
- In the textbox, paste a valid Twitter tweet link (Sample tweet: https://twitter.com/elonmusk/status/1026872652290379776)
- After pasting a valid tweet, click the "Predict Stock Direction" button
- Five items will appear: (1) The embed tweet of the link (2) The overall stock direction (3) The stock direction for model 1 (4) The stock direction for model 2 (5) The stock direction for model 3.
- The stock direction will showcase up or down.