CoolFace
Apppublic

Agents-MCP-Hackathon/mcp-deepfake-forensics

sourceHugging Facemitupdated 1y agoView on Hugging Face
14likes
50 commits on main
9f2afe11y ago

Update README.md

LPX55
999d6751y ago

Merge remote-tracking branch 'upstream/main' into main

ethix
ab4bfd91y ago

Update README.md

LPX55
9b7800e1y ago

fix: model 8 inference

ethix
22628b71y ago

major(feat): add support for Gradio API model and enhance ONNX model handling

ethix
bcb108a1y ago

fix: model 3 config

ethix
92bbe421y ago

chore: update .gitignore to include additional inference logs directory

ethix
3b6c7981y ago

ui(minor): add back footer

ethix
a1674bb1y ago

major(refactor): overhaul for ONNX and other optimizations

ethix
c14764a1y ago

Update README.md

LPX55
ba1f85f1y ago

Update README.md

LPX55
42743921y ago

Update app_mcp.py

LPX55
a77a8d31y ago

Update app.py

LPX55
12ec9121y ago

Update requirements.txt

LPX55
e373f2c1y ago

Update app.py

LPX55
a3a765e1y ago

Update app.py

LPX55
0c436d01y ago

custom server we go... soon (#3)

LPX55
e01838e1y ago

lol: disclaimer added

LPX55
29f83d81y ago

minor adjustments

LPX55
ed7026a1y ago

oof...

LPX55
db6eb6a1y ago

less load: inference shouldn't take longer than 3 seconds...

LPX55
b26b1031y ago

hot-fix: memory (#2)

LPX55
737fdca1y ago

feat: enhance predict function with detailed docstring and add queue to demo interface

ethix
7cd1bf71y ago

refactor: comment out agent logs textbox and update tab titles in demo interface

ethix
6aeb8e61y ago

Upload model_1_quantized.onnx

LPX55
4ab021f1y ago

Merge branch 'main' of https://huggingface.co/spaces/LPX55/mcp-deepfake-forensics

LPX55
e1eac061y ago

feat: integrate ONNX model inference and logging enhancements, add contextual intelligence and forensic anomaly detection agents

LPX55
0d5ecbc1y ago

Create preview/.gitkeep (#1)

LPX55
a64852e1y ago

Update README.md

LPX55
ce6fe831y ago

Update README.md

LPX55
81599281y ago

Update app.py

LPX55
b5afbe31y ago

Update README.md

LPX55
62180cb1y ago

refactor: comment out simple prediction interface and restore community forensics preview in demo

LPX55
47c483e1y ago

feat: restore and enable simple prediction interface in demo, replacing community forensics preview

LPX55
5c2bf261y ago

refactor: update consensus display in full_prediction function for improved readability

LPX55
e2d09ed1y ago

feat: add flowchart representation of image prediction process and enhance README with flowchart and multi-model consensus methods overview

LPX55
e82c2971y ago

refactor: update augmentation methods in full_prediction function and revise README for clarity on parameters and new functionality

LPX55
c3c21341y ago

yolo

LPX55
acf02281y ago

feat: add image augmentation tool and update demo interface to include new functionality

LPX55
2be263d1y ago

refactor: remove unnecessary preprocessing function and streamline image handling in simple_prediction

LPX55
48e05671y ago

fix: correct image handling in simple_prediction function and add debug prints for image types

LPX55
a677ac61y ago

refactor: comment out simple prediction interface and update demo tab titles for clarity

LPX55
30f141e1y ago

feat: improve image loading and anomaly detection in smart agents, enhancing error handling and mock anomaly generation

LPX55
53427791y ago

feat: refactor prediction functions and enhance image loading capabilities for improved processing and noise estimation

LPX55
11466441y ago

feat: enhance image handling in predictions and dynamically configure model weights based on MODEL_REGISTRY

LPX55
39558cb1y ago

Revert "feat: dynamically initialize model weights using MODEL_REGISTRY and adjust weights for specific models"

LPX55
088ff8c1y ago

Revert "feat: implement universal image loader to support various input types and update preprocessing functions accordingly"

LPX55
25f90cb1y ago

feat: implement universal image loader to support various input types and update preprocessing functions accordingly

LPX55
0e2cdc41y ago

feat: dynamically initialize model weights using MODEL_REGISTRY and adjust weights for specific models

LPX55
e799e011y ago

chore: update .gitignore to include additional Python bytecode files and inference log directories

LPX55