IRE Major Project for Tweet Extraction and Summarization
Given a set of hashtags, scrape twitter for tweets related to them and analyse (summarisation, sentimentanalysis etc.) the scraped content.
Link to Google Drive Here
├── dataset
│ ├── data.pkl
│ ├── raw-dataset.zip
│ └── stats.txt
├── FinalPresentation.pdf
├── ProjectReport.pdf
├── Project_Scope_Document.pdf
├── README.md
├── ref-papers
│ └── paper1.pdf
└── scripts
├── imports.py
├── model_load.py
├── page_rank.py
├── preprocessing.py
├── requirements.txt
├── sentiment_analysis.py
├── training.txt
├── twitter_tracker.py
└── util.py
- Download the glove pretrained embeddings
- Extract the zip of Dataset
- Run the scripts.
Contributers:
- Chaitanya Agarwal
- Tanvi Kamble
- Apurvi Mansinghka
- Jyoti Gambhir