Dashboard built for data game analysis based on loganalyzer, a log analysis tool.
Others functions:
- work with rcssserver CSVSaver fuctions (TODO);
- work with our (iBots) internal data extractor, based on json files (TODO).
Clone the proeject:
git clone https://github.com/ibotsuft/iBotsDashboard.gitEnter the project's directory:
cd iBotsDashboardCreate a virtual enviroment:
python -m venv venv/Activate the virtual enviroment:
.\venv\Scripts\Activate.ps1Install dependencies:
pip install -r requirements.txtStart the server:
streamlit run Home.py