Pujan-Dev commited on
Commit
4b00fb1
·
1 Parent(s): 690f2c5

Added :Added the support for the lastest model

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. test.md +0 -31
.gitignore CHANGED
@@ -13,6 +13,7 @@ __pycache__/
13
  .vscode/
14
  .idea/
15
  *.swp
 
16
 
17
  # ---- Jupyter / IPython ----
18
  .ipynb_checkpoints/
 
13
  .vscode/
14
  .idea/
15
  *.swp
16
+ *Model/
17
 
18
  # ---- Jupyter / IPython ----
19
  .ipynb_checkpoints/
test.md DELETED
@@ -1,31 +0,0 @@
1
-
2
- **Update: Edited & AI-Generated Content Detection – Project Plan**
3
-
4
- ### 🔍 Phase 1: Rule-Based Image Detection (In Progress)
5
-
6
- We're implementing three core techniques to individually flag edited or AI-generated images:
7
-
8
- * **ELA (Error Level Analysis):** Highlights inconsistencies via JPEG recompression.
9
- * **FFT (Frequency Analysis):** Uses 2D Fourier Transform to detect unnatural image frequency patterns.
10
- * **Metadata Analysis:** Parses EXIF data to catch clues like editing software tags.
11
-
12
- These give us visual + interpretable results for each image, and currently offer \~60–70% accuracy on typical AI-edited content.
13
-
14
- ---
15
-
16
- ### Phase 2: AI vs Human Detection System (Coming Soon)
17
-
18
- **Goal:** Build an AI model that classifies whether content is AI- or human-made — initially focusing on **images**, and later expanding to **text**.
19
-
20
- **Data Strategy:**
21
-
22
- * Scraping large volumes of recent AI-gen images (e.g. SDXL, Gibbli, MidJourney).
23
- * Balancing with high-quality human images.
24
-
25
- **Model Plan:**
26
-
27
- * Use ELA, FFT, and metadata as feature extractors.
28
- * Feed these into a CNN or ensemble model.
29
- * Later, unify into a full web-based platform (upload → get AI/human probability).
30
-
31
-