Commit History
refactor(ui): enhance Dataframe and Log components in detection model evaluation
c378b41
LPX55
commited on
refactor(logging): move CustomFormatter to agent_logger and update log handlers
b2ba2e7
LPX55
commited on
refactor(ui): adjust layout of logs and gallery in detection model evaluation
2af5a0c
LPX55
commited on
refactor(logging): replace logger with agent_logger for consistent logging in ModelWeightManager
24db732
LPX55
commited on
fix
9310be4
LPX55
commited on
refactor(logging): replace logger.info with agent_logger.log for weight optimization messages
401d88f
LPX55
commited on
Implement code changes to enhance functionality and improve performance
25ba4f3
LPX55
commited on
Track PNG files with Git LFS
1e3b472
LPX55
commited on
Remove temp_gradio_input.png from LFS tracking in .gitattributes
d96f58f
LPX55
commited on
Add .python-version, pyproject.toml, and update .gitignore; modify README and requirements
75c8f73
LPX55
commited on
major(feat): per-agent logging system with AgentLogger class
f78b194
LPX55
commited on
Load environment variables from .env file in hf_logger.py
b0a1e2b
LPX55
commited on
Add .python-version, pyproject.toml, and update .gitignore; modify README and requirements
ca1106e
LPX55
commited on
test5
c5591f4
LPX55
commited on
test4
a6e98b2
LPX55
commited on
test3
7df11bc
LPX55
commited on
test2
87da6f6
LPX55
commited on
test
c7db87b
LPX55
commited on
fix: add model paths and class names for ONNX models in model_loader
a4381af
LPX55
commited on
fix: add missing import for postprocess_onnx_output in model_loader
0adef02
LPX55
commited on
fix: add missing import for infer_onnx_model in model_loader and update its definition in onnx_helpers
ceff40b
LPX55
commited on
fix: add missing import for infer_onnx_model in model_loader
3232315
LPX55
commited on
fix: add missing import for preprocess_onnx_input in model_loader
eeb602e
LPX55
commited on
refactor: consolidate model registration logic for ONNX and Gradio API
59627db
LPX55
commited on
feat: implement model registration logic for ONNX, HuggingFace, and Gradio API
f00c873
LPX55
commited on
fix: update ONNX model cache handling in inference functions
fccbc0f
LPX55
commited on
refactor: extract Gradio logging setup into a separate module
68f9986
LPX55
commited on
refactor: ONNX model loading and caching functions
80c3f0c
LPX55
commited on
feat: add Gradio API integration and ONNX preprocessing functions
4cb6734
LPX55
commited on
major(refactor): prep for refactor project
6555f50
LPX55
commited on
Update README.md
ba1f85f
verified
Update app_mcp.py
4274392
verified
docs: enhance docstring for Bit Plane Extractor interface to improve clarity and usability
0457419
LPX
commited on
refactor: update API names for prediction functions to improve clarity and consistency
392abb7
LPX
commited on
fix: update demo launch configuration to enable MCP server mode
6432eef
LPX
commited on
feat: add API names to prediction functions and update README title for clarity
2f1900e
LPX
commited on
fix: ensure Hugging Face API token is used for dataset repository initialization
f69af75
LPX
commited on
fix: update dataset name for improved clarity and consistency in logging
489bc21
LPX
commited on
fix: update dataset privacy settings and enable token usage for Hugging Face dataset logging
1cbfb0b
LPX
commited on
feat: implement CommitScheduler for automated logging to Hugging Face dataset and refactor dataset initialization process
5967d4d
LPX
commited on
fix: enable dataset logging to Hugging Face Hub by uncommenting push_to_hub functionality
87fc2bb
LPX
commited on
feat: implement custom JSON encoder for numpy types and ensure type consistency in inference results
0f427f3
LPX
commited on
feat: improve JSON handling and type safety in inference results and dataset logging
febce11
LPX
commited on
feat: add detailed logging for input types in inference data processing
679e047
LPX
commited on
feat: enhance image handling by ensuring input is a PIL Image and updating forensic image logging
d20c076
LPX
commited on
refactor: reorganize agent structure by moving models to agents directory, update logging level, and enhance .gitignore for model files
c1d03da
LPX
commited on
fix: extract prediction label for accurate weight management in consensus calculation
91479f7
LPX
commited on
feat: integrate dotenv for environment variable management and update weight management logic for prediction handling
73783f9
LPX
commited on