Skip to content

Commit

Permalink
Removed image analysis tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Sallaa committed Feb 4, 2025
1 parent fbd4c88 commit 1b93430
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 724 deletions.
16 changes: 0 additions & 16 deletions src/components/NavItems/Assistant/AssistantRuleBook.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import DownloadIcon from "@mui/icons-material/Download";

import { ROLES } from "../../../constants/roles.jsx";
import {
imageAnalysis,
imageDeepfake,
imageForensic,
imageMagnifier,
Expand Down Expand Up @@ -151,21 +150,6 @@ export const ASSISTANT_ACTIONS = [
tsvPrefix: "api",
path: "tools/analysis",
},
{
title: "navbar_analysis_image",
icon: <imageAnalysis.icon sx={{ fontSize: "24px" }} />,
linksAccepted: [
KNOWN_LINKS.FACEBOOK,
KNOWN_LINKS.TWITTER,
KNOWN_LINKS.SNAPCHAT,
],
cTypes: [CONTENT_TYPE.IMAGE],
exceptions: [],
useInputUrl: true,
text: "image_analysis_text",
tsvPrefix: "api",
path: "tools/analysisImage",
},
{
title: "navbar_keyframes",
icon: <keyframes.icon sx={{ fontSize: "24px" }} />,
Expand Down
232 changes: 0 additions & 232 deletions src/components/NavItems/tools/Analysis_images/Analysis.jsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1b93430

Please sign in to comment.