GithubHelp home page GithubHelp logo

braindatalab / exact Goto Github PK

View Code? Open in Web Editor NEW

This project forked from peschenbach/evalxai

3.0 0.0 0.0 4.61 MB

Web app to evaluate explainable ai methods

JavaScript 0.11% Python 42.58% TypeScript 50.20% CSS 0.84% Dockerfile 1.83% HTML 0.39% Jupyter Notebook 4.06%

exact's Introduction

evalXai

This web application provides users with ML models and datasets, and evaluates their XAI methods.

Requirements:

The only requirement needed for this project is docker, and enough local storage (~10 Gb). We recommend Docker Desktop for managing the images and containers. (Link: https://www.docker.com/products/docker-desktop/)

How to run the platform:

building images

Inside the folder containing the repository, please run the following command:

docker compose build

The first time you run it, it might take a few minutes to finish installing all dependencies and building the images.

If you want to start all containers and the services attached to them (note: also starts a worker container):

docker compose up

Important: If you use Docker Desktop you need to have the app open for this to work.

running Django migrations

When connecting to the database for the first time (e.g. after the docker volumes are created for the first time or deleted), you will need to create and run the migration script. For this step, you will need to know the name of your backend container name, in order to execute commands inside it. After running docker ps, copy the name of the container with image {root_folder}-backend. If your root folder is called "evalXai", and you used docker compose to instantiate all containers, you can use the same container names we used in the default commands below.

docker exec -it exact-backend-1 python manage.py makemigrations

docker exec -it exact-backend-1 python manage.py migrate

Alternatively, if you have the docker desktop app, you can follow these steps:

  • On the left sidebar, go to the containers section.

  • click on the three dots on the right side.

  • click on "open in terminal"

  • run the following commands:

    python manage.py makemigrations

    python manage.py migrate

You're done! You can now access the platform at: localhost:3000

MIT Liscense

Copyright (c) <2024>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

exact's People

Contributors

peschenbach avatar konradag avatar sami-hached avatar danielwodketecleadventures avatar m1ckyy avatar mattycash66 avatar drachling0 avatar vbruilo avatar n-pelleriti avatar minngeame avatar thisisdanieljin avatar rickwg avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.