chandrujobs
commited on
Commit
•
006e1c8
1
Parent(s):
1bcbd24
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# AI & Machine Learning News Analyzer
|
2 |
+
|
3 |
+
## Overview
|
4 |
+
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.
|
5 |
+
|
6 |
+
## License
|
7 |
+
This project is licensed under the MIT License.
|
8 |
+
|
9 |
+
## Datasets
|
10 |
+
- [NewsAPI](https://newsapi.org): Utilized for fetching news articles related to AI and ML.
|
11 |
+
|
12 |
+
## Languages
|
13 |
+
- Python
|
14 |
+
|
15 |
+
## Metrics
|
16 |
+
- No specific metrics applied, but the system analyzes news articles and generates insights.
|
17 |
+
|
18 |
+
## Base Model
|
19 |
+
- GPT-2 (`gpt2`)
|
20 |
+
|
21 |
+
## New Version
|
22 |
+
- Version 1.0 (Initial release)
|
23 |
+
|
24 |
+
## Pipeline Tag
|
25 |
+
- text-generation
|
26 |
+
|
27 |
+
## Library
|
28 |
+
- Hugging Face Transformers
|
29 |
+
- Gradio
|
30 |
+
|
31 |
+
## Tags
|
32 |
+
- AI
|
33 |
+
- Machine Learning
|
34 |
+
- News Analysis
|
35 |
+
- GPT-2
|
36 |
+
- Natural Language Processing (NLP)
|
37 |
+
|
38 |
+
## Usage
|
39 |
+
1. Clone the repository.
|
40 |
+
2. Install the required packages:
|
41 |
+
```bash
|
42 |
+
pip install -r requirements.txt
|