--- 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 ```