GameLens is a web application built with Streamlit that interacts with an SQLite database to provide valuable insights.
To get started, follow these steps:
-
Install Streamlit:
pip install streamlit
-
Install the requirements:
pip install -r requirements.txt
-
Run the app using:
streamlit run app.py