Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.32 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.32 KB

NLP-Huggingface-Covid-19-Tweet-Sentiment-Analysis

shutterstock_1708020592

In this project, we will be fine-tuning text classification NLP models from huggingface with Covid-19 tweet data to build a model that classifies text based on Covid-19 sentiment.We will use some deep learning models freely available on huugingface, including DistilBERT and RoBERTa, to categorize sentiments expressed in a vast collection of COVID-19-related tweets. We will then build a Gradio app for our model to give our model an interface and host it on huggingface

Project Links 📑

Screenshots 🖼️

Gradio App on Huggingface

Gradio App

  • Run the Gradio app: use the provided notebook, LP-5 Gradio.ipynb
  • Access the app on local url: http://localhost:7860/
  • Explore real-time sentiment analysis of COVID-19 tweets. Use your own examples

Hugging Face

Visit my Hugging Face space to access the pre-trained models and Gradio app: Bambadij

Author 🖊️


Feel free to star ⭐ this repository if you find it helpful!