Skip to content

This repository contains an introductory presentation about the Hydra framework, created using Quarto

Notifications You must be signed in to change notification settings

nkhus/demo_hydra_conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydra Framework Introduction Slides

This repository contains an introductory presentation about the Hydra framework, created using Quarto. These slides are designed to help colleagues and developers understand the basics of Hydra, including its core concepts, features, and how to use it effectively.

How to Generate Slides with Quarto

  1. Install Quarto If you don’t have Quarto installed, download and install it from the Quarto website.

  2. Clone the Repository

    git clone https://github.com/nkhusainov/demo_hydra_conf.git
    cd demo_hydra_conf
  3. Render the Slides Run the following command to generate the slides:

    cd slides
    quarto render
  4. View the Slides Open generated url

How to run code

NOTE: Insure you have uv package manager installed

  1. Install all depependencies using the following command:

    uv sync
  2. Run the example code using the following command:

    cd src/example_1
    uv run python main.py

About

This repository contains an introductory presentation about the Hydra framework, created using Quarto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published