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.git
Enter the project's directory:
cd iBotsDashboard
Create a virtual enviroment:
python -m venv venv/
Activate the virtual enviroment:
.\venv\Scripts\Activate.ps1
Install dependencies:
pip install -r requirements.txt
Start the server:
streamlit run Home.py