AI & Machine Learning News Analyzer
Overview
The AI & Machine Learning News Analyzer is a weekend project designed to leverage a pre-trained GPT-2 model for summarizing and analyzing the latest news articles in the field of artificial intelligence (AI) and machine learning (ML). The application fetches real-time news articles and provides concise analyses, highlighting significant developments in the AI and ML landscape.
License
This project is licensed under the MIT License.
Datasets
- NewsAPI: Utilized for fetching news articles related to AI and ML.
Languages
- Python
Metrics
- No specific metrics applied, but the system analyzes news articles and generates insights.
Base Model
- GPT-2 (
gpt2
)
New Version
- Version 1.0 (Initial release)
Pipeline Tag
- text-generation
Library
- Hugging Face Transformers
- Gradio
Tags
- AI
- Machine Learning
- News Analysis
- GPT-2
- Natural Language Processing (NLP)
Usage
- Clone the repository.
- Install the required packages:
pip install -r requirements.txt
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.
Model tree for chandrujobs/AI_Machine_Learning_News_Analyzer
Base model
openai-community/gpt2