This repository contains all the resources and solution to quizzes given and asked in IBM Data Science Professional Certification.
Loading repository data…
Loading repository data…
AymenMazouz / repository
Ce repository contient le Back end de l'application web de marché d'API (1001API), développée par l'équipe ITouch en Flask Python dans le cadre du projet de spécialité (2CS-SIL) à l'ESI.
docker login ghcr.io -u <username> --password-stdin
Replace < username > with your GitHub username and enter your personal access token (PAT) that has the read:packages scope.
docker pull ghcr.io/islemmedjahdi/itouch-api-marketplace-backend:latest
docker run -p 5000:5000 ghcr.io/islemmedjahdi/itouch-api-marketplace-backend:latest
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains all the resources and solution to quizzes given and asked in IBM Data Science Professional Certification.
navassherif98 /
This repository contains all the resources and solution to quizzes given and asked in IBM Data Science Professional Certification.
NCAR /
Project repository for the CESM python based post-processing code, documentation and issues tracking.
Ravikisha /
The Python Projects Repository is designed to provide a comprehensive collection of open-source Python projects that span different domains. These projects aim to serve as educational resources, examples, and starting points for your Python journey.
bluemumin /
20회 ADP를 준비한 python 파일들을 모아놓은 repository
clementapa /
This repository is related to a project of the Introduction to Numerical Imaging (i.e, Introduction à l'Imagerie Numérique in French), given by the MVA Masters program at ENS-Paris Saclay. It was entirely build from scratch and contains code in PyTorch Lightning to train and then use a neural network for image classification. We used it to create a classifier allowing semantic attributes classification of faces with the dataset CelebA-HQ.