feat: Add complete UI for AI-Generated Image Detection Dashboard#1
Open
Dashrath-Patel wants to merge 70 commits intosanyamjain0315:mainfrom
Open
feat: Add complete UI for AI-Generated Image Detection Dashboard#1Dashrath-Patel wants to merge 70 commits intosanyamjain0315:mainfrom
Dashrath-Patel wants to merge 70 commits intosanyamjain0315:mainfrom
Conversation
…r refresh the page
…ashboard page and improved the UI
…zation, shepherd.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the complete user interface (UI) for the AI-Generated Image Detection Dashboard . The dashboard provides an intuitive and responsive design to allow users to upload images, analyze them for authenticity (real vs. fake), and view statistics about the results.
Features Implemented
Navigation Bar :
Includes profile icon, dark mode toggle, and logout button aligned to the top-right corner.
Dark mode functionality is implemented with default dark mode enabled.
Main Content Area :
Divided into two sections:
Left Section : Drag-and-drop file upload area for image analysis.
Supports drag-and-drop or manual file selection.
Displays prediction results (e.g., "Real" or "Fake") after analysis.
Right Section : Placeholder for displaying statistics and recent activity.
Profile Panel :
A side panel that appears when the profile icon is clicked.
Displays user information such as name and email.
Responsive Design :
Ensures the UI works seamlessly across various screen sizes and devices.
Styling Enhancements :
Customized styles for dark and light modes.
Increased size of the drag-and-drop box for better usability.
Added hover effects and animations for interactive elements.
Backend Integration :
Integrated with backend API endpoints for image uploads and predictions.