https://github.com/pocket/hackweek_generation_topic_discoveries
hackweek_generation_topic_discoveries
https://github.com/pocket/hackweek_generation_topic_discoveries
Last synced: about 2 months ago
JSON representation
hackweek_generation_topic_discoveries
- Host: GitHub
- URL: https://github.com/pocket/hackweek_generation_topic_discoveries
- Owner: Pocket
- Created: 2023-06-26T19:43:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T16:43:45.000Z (almost 3 years ago)
- Last Synced: 2025-10-13T08:47:18.063Z (8 months ago)
- Language: Jupyter Notebook
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hackweek_generation_topic_discoveries
hackweek_generation_topic_discoveries
S3 Bucket with data: s3://ml-team-pocket/social_hackweek_2023/
Steps to create 1 week worth of toots from Mastodon and run streamlit
For Topic Discoveries app:
```
1. mkdir data
2. python src/data_extraction.py
3. python -m spacy download en_core_web_sm
4. python src/toots_sentiment_topics.py
5. streamlit run src/app.py
```
For Topic Discoveries app:
```
1. mkdir data
2. python src/data_extraction.py
3. python src/data_extract_status.py
4. python src/discovery_data_prep.py
5. streamlit run src/app_discovery.py
alse
6. jupyter-notebook
```