Mike ai features#5
Merged
Merged
Conversation
Integrated two powerful AI capabilities: 1. Object Classification - Automatically identifies astronomical objects (star, nebula, galaxy, etc.) in annotated regions with confidence scores 2. Object Detection - Finds and pinpoints ALL instances of specific object types across the entire image Backend changes: - Added POST /classify endpoint to AI service - Added GET /detect endpoint to AI service - Created classify.py and detect.py routers in API backend - Updated main.py to register new routers Frontend changes: - Enhanced Annotator component with auto-classification popup - Created new ObjectDetector component with UI controls - Added API functions for classification and detection Documentation: - Comprehensive PLATFORM_INTEGRATION.md guide (900+ lines) - AI_FEATURES_QUICKSTART.md for quick start - AI_INTEGRATION_SUMMARY.md with implementation details - AI_FEATURES_README.md for overview Features currently in mock mode, upgradeable to real CLIP model.
- Added ObjectDetector import - Positioned ObjectDetector below SearchBox in left panel - Now all three AI features are accessible: 1. Auto-classification when annotating (existing) 2. Object detection by name (now visible) 3. Semantic search by description (existing)
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.
No description provided.