Skip to content

RusticPotatoes/OSRS_Pytorch_Predictions

Repository files navigation

OSRS_Pytorch_Predictions

This is a work in progress, forecasted data and models have not been tested for accuracy. Intended for educational purposes.

Training Image

alt text

Forecast Image

alt text

Price History Image

alt text

Setup

  1. Run the setup.py via the command:

    python3 setup.py install --user
  2. Check to see if you have gpu support enabled by running the check_gpu.py, will return true/false:

    python3 check_gpu.py --user
  3. Add items to the items_to_predict.csv, if you are editing it via a text editor please be sure to add 4 commas:

    item name,,,,
    
  4. Run the pytorch_predictions.py file:

    python3 pytorch_predictions.py
  5. Images will be generated and placed in an img folder located in the root project directory. This directory includes sub folders for all prices, training, and forecast images.

Citations:

Web

Github

Videos

Discord

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages