Aungko21/Aws
1
1---2title: Giskard Hub3emoji: 🐢4colorFrom: green5colorTo: green6sdk: docker7app_port: 78608pinned: false9duplicated_from: giskardai/giskard10license: afl-3.011---12Welcome to Giskard !13You can modify this space to suit your needs.14 15The goal for you is to upload your model so you can inspect and test it thanks to Giskard.16 17In the Dockerfile you can change the PYTHON_VERSION to any python version between 3.7 and 3.10 !18The 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.19 20In the requirements.txt file you can add every python package your model needs. Be carefull, the package giskard is mandatory.21 22Finally the main code will be in the project.py file. You can choose the name, description of your project.23Then you can upload your model and dataset, by following the Giskard documentation https://docs.giskard.ai/start/guides/upload-your-model.24 25As an exemple, we already built one model and dataset in the project.py file. Feel free to delete it.26If you have any question, you can contact us on linkedin https://www.linkedin.com/in/alexcombessie/