Git Product home page Git Product logo

gif4105's Introduction

Démonstrations pour le cours GIF-4105/7105

Dans ce repo, vous trouverez toutes les démonstrations du cours GIF-4105/7105 Photographie Algorithmique. Celles-ci sont implémentées en python.

Procédure d'installation

Pour exécuter les démonstrations sur votre ordinateur, voici une procédure facile d'installation.

Utilisation d'un "virtual environment"

  1. Installer virtualenv à partir d'une installation python3 de base:

pip install virtualenv

  1. Se créer un environment virtuel pour le cours

virtualenv gif4105-env

  1. Démarrer l'environnement virtuel du cours

source gif4105-env/bin/activate

Installation des "packages" de base nécessaires

Les "packages" suivants seront nécessaires pour l'exécution de toutes les démonstrations. Pour les installer, il suffit habituellement d'utiliser la commande suivante, après avoir démarré le "virtualenv":

pip install <packagename>

  1. Jupyter
  2. imageio
  3. numpy
  4. scikit-image
  5. matplotlib
  6. Pillow

Cloner les démonstration de github

  1. Installez git sur votre ordinateur, si vous ne l'avez pas déjà.

  2. Clonez le "repo" du cours:

git clone https://github.com/lvsn/gif4105.git gif4105-demos

Démarrage des démonstrations

Pour démarrer les démonstrations lorsque tout est installé, il suffit donc de:

  1. Activer le "virtualenv"

source gif4105-env/bin/activate

  1. Démarrer le "jupyter notebook"

cd gif4105-demos; jupyter notebook

Ceci démarre votre navigateur web, et vous devriez voir les différentes démonstrations disponibles.

Remerciements

Merci à Jinsong Zhang pour son aide!

gif4105's People

Contributors

jacenfox avatar jflalonde 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.