Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@

/.github/ @dthaler @micya @scottveirs
/InferenceSystem/ @micya @akashmjn @truashamu
/ModelEvaluation/ @pastorep @akashmjn
/ModelTraining/ @pastorep @bnestor
/ModeratorFrontEnd/ @micowan @dthaler
/NotificationSystem/ @skanderm @micya @scottveirs @dthaler
10 changes: 1 addition & 9 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ This repository contains multiple interconnected components:

- **ModeratorFrontEnd**: Web applications for moderator portal (both AIForOrcas and OrcaHello implementations)
- **InferenceSystem**: Real-time AI inference engine for detecting whale calls
- **ModelTraining**: Machine learning model training and data preparation
- **ModelEvaluation**: Model benchmarking and evaluation tools
- **NotificationSystem**: Email notification system for confirmed detections

## Technology Stack
Expand Down Expand Up @@ -129,12 +127,6 @@ public static class WebServiceProviders

## AI/ML Specific Guidelines

### Model Training
- Use versioned datasets with proper train/validation/test splits
- Document model performance metrics and evaluation criteria
- Include data preprocessing and feature engineering steps
- Version control trained models and track experiments

### Inference System
- Maintain low latency for real-time processing
- Handle model loading and initialization gracefully
Expand Down Expand Up @@ -163,4 +155,4 @@ public static class WebServiceProviders
- [Project Wiki](https://github.com/orcasound/aifororcas-livesystem/wiki)
- [Public Moderator Portal](https://aifororcas.azurewebsites.net/)
- [Orcasound Website](https://www.orcasound.net/)
- [AI4Orcas Initiative](https://ai4orcas.net/)
- [AI4Orcas Initiative](https://ai4orcas.net/)
70 changes: 0 additions & 70 deletions ModelEvaluation/readme.md

This file was deleted.

8 changes: 0 additions & 8 deletions ModelEvaluation/requirements.txt

This file was deleted.

177 changes: 0 additions & 177 deletions ModelEvaluation/score.py

This file was deleted.

Loading