conda create --name main-ds python=3.9
conda activate main-ds
pip install numpy pandas plotly matplotlib seaborn jupyter streamlit geneticalgorithm sklearn json time
streamlit run dashboard.py
Use JSON data acquired from the Steam Marketplace API of a certain item with sales history. Alternatively, the provided data on this repository can be used as an example.