|
--- |
|
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 |
|
|