News Classifier
Check out my live deployed project:
๐ News Classifier
Project Overview
This application uses Natural Language Processing (NLP) to automatically categorize Google News headlines into different topics. The system analyzes the content of headlines and assigns them to the most relevant category.
Technologies Used
- Flask: Lightweight web framework for Python
- Natural Language Processing: Text analysis and classification techniques
- Pre-trained Model: ML model trained on news headlines
- Render: Cloud hosting platform for the application
How It Works
- The application fetches recent headlines from Google News
- Each headline is processed and analyzed using NLP techniques
- The pre-trained model predicts the most likely category
- Results are displayed in an intuitive interface
Try It Yourself
Visit news-classifier.darrendarius.site to see the classifier in action!
Future Improvements
- Adding more news sources
- Improving classification accuracy
- Creating visualizations of trending topics
- Implementing user feedback mechanisms
Last updated: April 13, 2025