File size: 1,354 Bytes
4a8b4bd 006e1c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
license: mit
tags:
- AI
- Machine Learning
- News Analysis
- GPT-2
- Natural Language Processing (NLP)
library_name: transformers
pipeline_tag: text-generation
base_model: gpt2
datasets:
- NewsAPI
languages:
- Python
metrics: []
---
# 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](https://newsapi.org): 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
1. Clone the repository.
2. Install the required packages:
```bash
pip install -r requirements.txt
|