Giter VIP home page Giter VIP logo

cytech_traitement_du_signal's Introduction

CY Tech - Traitement du signal

CI Status Open in Streamlit

Dépôt pour notre projet pour le cours de "Traitement du Signal" de CY Tech.

Auteurs : Aïcha Lehbib, Ahmed Ouinekh, Charles-Meldhine Madi Mnemoi, Lucas Terra, Jalis Aït-Ouakli, Youssef Saïdi

Configuration de l'environnement de développment

Aparté pour les utilisateurs Windows

Version courte : Ouvrez un terminal (Windows + R puis tapez cmd), installez Ubuntu avec wsl --install -d Ubuntu.

Puis, dans Ubuntu, installez make avec sudo apt install make -y.

Version longue Si vous utilisez Windows, commencez par installer Ubuntu à travers WSL2.

Cela vous permettra d'utiliser les commandes et outils Linux (ce qui va grandement faciliter l'installation) tout en continuant à utiliser Windows (et avec quasiment aucune perte de performance comparée à l'utilisation d'une machine virtuelle).

WSL2 devrait déjà être installé sur les PC CY Tech. Pour vous en assurer, lancez un terminal et tapez wsl --list.

Si la commande renvoie une erreur, suivez les instructions sur https://docs.microsoft.com/fr-fr/windows/wsl/install pour installer WSL2.

Sinon, installez Ubuntu avec wsl --install -d Ubuntu puis définissez votre nom d'utilisateur et votre mot de passe.

Enfin, installez make dans Ubuntu : sudo apt install make -y

Cloner ce dépôt Git

Si ce n'est pas encore fait, configurez votre compte Git :

git config --global user.name VotreNom
git config --global user.email LeMailDeVotreCompteGithub

Générez une clé SSH :

Puis clonez ce dépôt Git :

git clone [email protected]:cmnemoi/cytech_sparks.git && cd cytech_sparks

(entrez yes si on vous demande de confirmer l'ajout de la clé SSH à la liste des clés connues)

Les utilisteurs de WSL2 sous Windows doivent absolument cloner le dépôt dans WSL2 et non dans leurs dossiers Windows !

Sinon tout sera extrêmement lent. Vous pouvez utiliser la fonction WSL Remote de VSCode pour travailler efficacement.

Lancer les scripts d'installation

Installez l'application en tapant make dans le terminal. Si tout va bien elle devrait se lancer automatiquement.

Vous pouvez y accéder à l'adresse http://localhost:8501/ dans votre navigateur.

Vous êtes prêts à travailler !

cytech_traitement_du_signal's People

Contributors

cmnemoi avatar

Watchers

 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.