read.me removed
Browse files
README.md
DELETED
|
@@ -1,41 +0,0 @@
|
|
| 1 |
-
# π§ VeraCT Scan-like Fake News Detection System
|
| 2 |
-
|
| 3 |
-
A powerful, AI-enhanced news verification API that analyzes the credibility of news content by cross-referencing reliable sources, extracting entities, and applying reasoning from large language models. Built with FastAPI, LangChain, Groq's LLaMA-4 model, spaCy, and multiple real-time search APIs.
|
| 4 |
-
|
| 5 |
-
---
|
| 6 |
-
|
| 7 |
-
## π Key Features
|
| 8 |
-
|
| 9 |
-
- β
**Headline & Content Verification** using LLM + multi-source matching
|
| 10 |
-
- π **Reliable Domain Detection** from over 600+ trusted sources
|
| 11 |
-
- π§ **LLM Verdict Generation** (VERIFIED, LIKELY FAKE, or REQUIRES MORE VERIFICATION)
|
| 12 |
-
- π **Entity Extraction** with spaCy (ORG, PERSON, EVENT, etc.)
|
| 13 |
-
- π‘οΈ **Cross-checking** with [SearchAPI](https://www.searchapi.io/) and [Tavily](https://www.tavily.com/)
|
| 14 |
-
- π **.env-based API Key Security**
|
| 15 |
-
- π§ͺ API Testing endpoints for dev setup
|
| 16 |
-
|
| 17 |
-
---
|
| 18 |
-
|
| 19 |
-
## π§© Tech Stack
|
| 20 |
-
|
| 21 |
-
- **Python 3.10+**
|
| 22 |
-
- **FastAPI**
|
| 23 |
-
- **LangChain + Groq LLaMA-4**
|
| 24 |
-
- **spaCy (NER & NLP)**
|
| 25 |
-
- **SearchAPI + Tavily**
|
| 26 |
-
- **Pydantic + CORS middleware**
|
| 27 |
-
- **Uvicorn (ASGI server)**
|
| 28 |
-
|
| 29 |
-
- ## π‘οΈ License
|
| 30 |
-
|
| 31 |
-
This project is licensed under the [MIT License](LICENSE).
|
| 32 |
-
|
| 33 |
-
---
|
| 34 |
-
|
| 35 |
-
## βοΈ Setup Instructions
|
| 36 |
-
|
| 37 |
-
### 1. Clone the repository
|
| 38 |
-
|
| 39 |
-
```bash
|
| 40 |
-
git clone https://github.com/Abdulhameed556/VeraCT_Scan-like_news_verification_system_1.git
|
| 41 |
-
cd VeraCT_Scan-like_News_Verification_System
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|