https://github.com/dyslevium/sentiment-analysis-on-cryptocurrencies
https://github.com/dyslevium/sentiment-analysis-on-cryptocurrencies
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dyslevium/sentiment-analysis-on-cryptocurrencies
- Owner: DYSLEVIUM
- Created: 2024-11-23T18:06:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T22:52:46.000Z (6 months ago)
- Last Synced: 2025-02-03T13:44:06.700Z (4 months ago)
- Language: TeX
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sentiment Analysis
## Setup
## Data
1. Get the ethereum tweets data from [here](https://www.kaggle.com/datasets/mathurinache/ethereum-tweets) and put it in `data/raw/eth` and name it `tweets.csv`.
1. Get the bitcoin tweets data from [here](https://www.kaggle.com/datasets/kaushiksuresh147/bitcoin-tweets) and put it in `data/raw/btc` and name it `tweets.csv`.### Install dependencies
```
source .venv/bin/activate
pip install -r requirements.txt```
### Install package
```
pip install -e .
```## Run
```
python3 -m src.main
```