A simple, customizable, predictive-forecasting model for Solana defi tokens
To start you will need to acquire a Vybe Network API Key.
Visit this link to sign up, and use the code VYBEXTEC
to get 1 month of the Dev Plan for free!
Once you have your key, update the file .env.example
with it, and save the file as .env
.
Make sure you do not commit this file as it contains sensitive values!
If you would like to avoid downloading and installing the dependencies locally, you can open this notebook directly in Google Collab by clicking the button below:
Ensure you have Python 3.11 or greater installed from https://www.python.org/downloads/.
Run pip install jupyter
to install Jupyter Notebook.
Run jupyter-notebook egeria-lite.ipynb
to start the notebook.
Part 1: Intro & Overview
Part 2: Installing Modules to Data Cleaning
Part 3: PreProcessor Pipeline
Part 4: Saving the Model