DashAI
DashAI copied to clipboard
DashAI: an interactive platform for training, evaluating and deploying AI models
# Summary ... ## Type of change - Front end new feature. - Back end new feature. - Bug fix. - Refactoring. - Documentation. ## Changes ... ## How to...
# Summary Refactored the jobs in order to execute them in parallel, using multiprocessing Process. In order to do so the Job Queue was refacored, decoupling the run method from...
# Summary This pull request introduces a script to automate the creation of a python virtual environment, installing dependencies, and running DashAI frontend and backend. This automation only works if...
# Summary Elimination of the Results module for integration into the Experiments section has been implemented. The presentation of the Runs table and its details has been refined, alongside the...
# Summary New Pydantic Schemas for Dataloaders. ## Type of change - Back end new feature. - Refactoring. ## Changes - New _string_field_, for raw strings. - Refactor old _string_field_...
# Summary Implemented explainers endpoint to create, get them and delete explainers and explanations. ## Type of change - Implemented `POST`, `GET` and `DELETE` endpoints for explainers and explanations. ##...
# Summary A __ init __ file is missing in the DashAI folder. This causes that when installing the package via "pip install" it does not build or update the...
# Summary Added Data Converter and Data Lookup FrontEnd. ... ## Type of change - Front end new feature. ## Changes Feature 1: Added a view for DataConverters, to apply...
# Summary Functions and tests implementation to pypi data retrieval. - Plugins list retrieved from pypi aren't in lower case. - Plugin names could start with DashAI or dashai ->...