Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.37 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.37 KB

Tournesol Data Visualization

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

Install

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

Run

To run Sreamlit on a localhost:

streamlit run Tournesol_Data_Visualization.py

Copyright & License

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: