Hameed13 commited on
Commit
9b07634
Β·
1 Parent(s): 9c40f33

read.me removed

Browse files
Files changed (1) hide show
  1. README.md +0 -41
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