bintangyosua commited on
Commit
e874b3e
β€’
1 Parent(s): ccd9626

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -45
README.md CHANGED
@@ -1,45 +1,20 @@
1
- ---
2
- title: Political Ideologies Analysis and Classification
3
- emoji: πŸƒ
4
- colorFrom: indigo
5
- colorTo: purple
6
- sdk: docker
7
- pinned: true
8
- license: mit
9
- short_description: Analysis and Classification
10
- ---
11
-
12
- # Political Ideologies Analysis
13
-
14
- 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.
15
-
16
- ## Project Overview
17
-
18
- The goal of this project is to analyze the political ideologies dataset to understand the distribution of political ideologies (conservative vs liberal) and their association with various issue types. The analysis involves:
19
-
20
- - **Data Loading and Cleaning**: Loading, cleaning, and mapping data from the Huggingface dataset.
21
- - **Label Mapping**: Mapping ideological labels (conservative and liberal) and issue types to numerical values.
22
- - **Word2Vec Embeddings**: Generating word embeddings for political statements to create vector representations.
23
- - **Dimensionality Reduction**: Using t-SNE to reduce the dimensionality of embeddings and visualize them in 2D.
24
- - **Interactive Visualizations**: Visualizing the data using Altair with interactive charts to explore ideology and issue type distributions.
25
-
26
- ## Dataset
27
-
28
- The dataset used in this project is the [Political Ideologies dataset](https://huggingface.co/datasets/JyotiNayak/political_ideologies) from Huggingface, which contains political statements along with their corresponding labels (conservative or liberal) and issue types (economic, environmental, social, etc.).
29
-
30
- ## Requirements
31
-
32
- - Python 3.x
33
- - TensorFlow
34
- - Gensim
35
- - Pandas
36
- - NumPy
37
- - Matplotlib
38
- - Seaborn
39
- - Altair
40
-
41
- You can install the necessary dependencies with:
42
-
43
- ```bash
44
- pip install -r requirements.txt
45
- ```
 
1
+ ---
2
+ title: Cryptocurrency Analysis
3
+ emoji: πŸ“ˆ
4
+ colorFrom: red
5
+ colorTo: blue
6
+ sdk: docker
7
+ pinned: true
8
+ license: mit
9
+ short_description: Financial Analysis
10
+ ---
11
+
12
+ # Simple Crypto's Dashboard (going to be upgraded soon!)
13
+
14
+ 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.
15
+
16
+ You can install the necessary dependencies with:
17
+
18
+ ```bash
19
+ pip install -r requirements.txt
20
+ ```