The Tournesol public data visualization tool made with Streamlit.
This application allows to explore:
- the Tournesol public dataset made of users' individual ratings
- the resulting collective scores computed by the back end's algorithms
Create a new Python virtual environment, and install the requirements. Be sure to use one virtual environment per Python projects in the Tournesol repository to not mix dependencies.
pip install -r requirements.txt
To run Sreamlit on a localhost:
streamlit run Tournesol_Data_Visualization.py
Copyright 2021-2022 Association Tournesol and contributors.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Included license: