At the time of a disaster, many people ask for help through social media. They make tweets on Twitter asking for immediate rescue. Extraction of raw data from social media like Twitter based on a few parameters like disaster type, location, and disaster-related hashtags. The tweets extracted have noise - unwanted data which needs to be filtered out. Our models would classify disaster-related tweets. These classified tweets can then be used to identify those people who need help and using this information higher authorities can take quick actions.
Nodejs Version
Node -v 16.15.1
1. Next.js
2. Tailwind
3. Typescript
4. Axios
First, install the required packages:
npm install
Then, configure the .env file:
Check the .env.example file
Then, run the development server:
npm run dev
Select Disaster Type
Enter Custom Hashtags
Raw Data scraped from Twitter using Twint
Binary Classified Data using BERT Model
BERT model flow for Binary Classification of Text