Skip to content

Instantly share code, notes, and snippets.

@dgomesbr
Last active June 14, 2024 14:56
Show Gist options
  • Save dgomesbr/45f945842683331972ffa224b9e23e6f to your computer and use it in GitHub Desktop.
Save dgomesbr/45f945842683331972ffa224b9e23e6f to your computer and use it in GitHub Desktop.

🚀 Instructions de l'Atelier

Bienvenue à l'Atelier d'IA Génial ! 🎉

📚 Prérequis

Avant de commencer, assurez-vous d'avoir installé les éléments suivants :

  • Python 3.7+
  • NumPy
  • TensorFlow 2.x

🛠️ Configuration

  1. Clonez le dépôt de l'atelier :
git clone https://github.com/awesome-ai/workshop.git
  1. Accédez au répertoire du projet :
cd workshop
  1. Installez les dépendances requises:
pip install -r requirements.txt

🏃‍♀️ Commencer

Vous êtes maintenant prêt à démarrer l'atelier ! Ouvrez les notebooks Jupyter dans le répertoire notebooks/ et suivez les instructions du formateur.

Bon apprentissage ! 😄

🚀 Workshop Instructions

Welcome to the Awesome AI Workshop! 🎉

📚 Prerequisites

Before we begin, make sure you have the following installed:

  • Python 3.7+
  • NumPy
  • TensorFlow 2.x

🛠️ Setup

  1. Clone the workshop repository:
git clone https://github.com/awesome-ai/workshop.git
  1. Navigate to the project directory:
cd workshop
  1. Install the required dependencies:
pip install -r requirements.txt

🏃‍♀️ Getting Started

You're now ready to start the workshop! Open up the Jupyter notebooks in the notebooks/ directory and follow along with the instructor.

Happy learning! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment