Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuke307/cancel-culture-impact
analysis of music celebrity data to check if cancel culture has an impact on their career
https://github.com/tuke307/cancel-culture-impact
cancel-culture google-trends hypothesis-testing python scraping social-data-analysis spotify t-test
Last synced: 12 days ago
JSON representation
analysis of music celebrity data to check if cancel culture has an impact on their career
- Host: GitHub
- URL: https://github.com/tuke307/cancel-culture-impact
- Owner: tuke307
- Created: 2024-05-27T08:12:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T10:58:33.000Z (29 days ago)
- Last Synced: 2024-12-05T11:39:42.954Z (29 days ago)
- Topics: cancel-culture, google-trends, hypothesis-testing, python, scraping, social-data-analysis, spotify, t-test
- Language: Jupyter Notebook
- Homepage:
- Size: 89.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CancelCultureImpact
![result](./images/result.png)
## documents
[proposal doc](https://docs.google.com/document/d/1S0muNYwRjl7VOUzLw-v1KjDehOk7LdciBJQU9CxBlw4/edit?usp=sharing)
[sources doc](https://docs.google.com/document/d/1KJt7lThCYl5oBB3CRr8RVsBoyyE6Fn29DxnZULeHuec/edit?usp=sharing)
[documentation](https://docs.google.com/document/d/1nNHxZ_cACF8o5krTa1TJLUIaHWOqv7aSBus3Gc9qCMY/edit?usp=sharing)
## requirements
* Python >=3.7
* Visual Studio Code## Python
### unix/mac
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install --upgrade pip
```### windows
```bash
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
pip install --upgrade pip
```## environment variables
* copy and rename the `.env.sample` file to `.env`## LibreTranslate
* clone https://github.com/LibreTranslate/LibreTranslate locally
* execute these statements```bash
pip install libretranslate
libretranslate --update-models
```