File size: 725 Bytes
e874b3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Cryptocurrency Analysis
emoji: 📈
colorFrom: red
colorTo: blue
sdk: docker
pinned: true
license: mit
short_description: Financial Analysis
---

# Simple Crypto's Dashboard (going to be upgraded soon!)

This project provides a comprehensive analysis of political ideologies using data from the Huggingface Political Ideologies dataset. The analysis involves data preprocessing, mapping ideological labels, and visualizing political statements through Word2Vec embeddings and t-SNE projections. Additionally, an interactive tool is created for exploring political ideologies and their related issue types in a 2D space.

You can install the necessary dependencies with:

```bash
pip install -r requirements.txt
```