https://github.com/girz0n/lupa-visualization
Statistics visualizations gathered with the Lupa framework
https://github.com/girz0n/lupa-visualization
data-visualization kotlin python
Last synced: 4 months ago
JSON representation
Statistics visualizations gathered with the Lupa framework
- Host: GitHub
- URL: https://github.com/girz0n/lupa-visualization
- Owner: GirZ0n
- License: apache-2.0
- Created: 2021-09-04T08:42:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T14:33:52.000Z (over 2 years ago)
- Last Synced: 2023-03-08T21:52:50.280Z (over 2 years ago)
- Topics: data-visualization, kotlin, python
- Language: Python
- Homepage:
- Size: 49.6 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lupa-Visualization
[](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[](https://github.com/GirZ0n/Lupa-Visualization/actions/workflows/main.yml)This repository contains the source code of the statistics visualizations gathered with the [Lupa](https://github.com/JetBrains-Research/Lupa) framework.
The collected data is located in the [`resources`](./resources) folder. You can use them for your own analysis and visualization.
## Available visualizations
The visualization of the following statistics is currently available:
- [Kotlin Imports](https://lupa-visualization-kotlin-imports.streamlitapp.com)
- [Kotlin Gradle Dependencies](https://lupa-visualization-kotlin-gradle-dependencies.streamlitapp.com)
- [Python Imports](https://lupa-visualization-python-imports.streamlitapp.com)
- [Python Call Expressions](https://lupa-visualization-python-call-expressions.streamlitapp.com)You can also run the visualization locally:
```
streamlit run src//About.py
```
where `` corresponds to the name of the visualization you want to run. For example, for Python Imports `` will be equal to `python_imports`.