|
--- |
|
title: Giskard |
|
emoji: 🐢 |
|
colorFrom: green |
|
colorTo: green |
|
sdk: docker |
|
app_port: 7860 |
|
pinned: false |
|
duplicated_from: giskardai/giskard |
|
license: mit |
|
short_description: 'unlock token : openacc ; space id : openacc/giskard' |
|
--- |
|
Welcome to Giskard ! |
|
You can modify this space to suit your needs. |
|
|
|
The goal for you is to upload your model so you can inspect and test it thanks to Giskard. |
|
|
|
In the Dockerfile you can change the PYTHON_VERSION to any python version between 3.7 and 3.10 ! |
|
The default value is 3.7.13. If you don't have specific need we advise you to stay with this version because the build will be quicker. |
|
|
|
In the requirements.txt file you can add every python package your model needs. Be carefull, the package giskard is mandatory. |
|
|
|
Finally the main code will be in the project.py file. You can choose the name, description of your project. |
|
Then you can upload your model and dataset, by following the Giskard documentation https://docs.giskard.ai/start/guides/upload-your-model. |
|
|
|
As an exemple, we already built one model and dataset in the project.py file. Feel free to delete it. |
|
If you have any question, you can contact us on linkedin https://www.linkedin.com/in/alexcombessie/ |