A Streamlit app to display and analyze NeuroMinecraft statistics.
- Create and activate virtual environment:
python3 -m venv venv
source venv/bin/activate - Install dependencies:
pip install -r requirements.txt- Run the app:
streamlit run app.pyThe app will open at http://localhost:8501
-
Push to GitHub:
-
Deploy on Streamlit Cloud:
- Go to share.streamlit.io
- Sign in with GitHub
- Click "New app"
- Select your repository, branch (main), and main file (app.py)
- Click "Deploy"
Your app will be live at: https://YOUR_USERNAME-YOUR_REPO.streamlit.app
app.py- Main Streamlit applicationrequirements.txt- Python dependenciesstats.ods- Your data file (must be in the repository)