Skip to content

rhajou/hydra-ml-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hydra-ml-project

Getting started:

To make your learning curve smoother:

  • Start with the hydra-only branch: Get comfortable with Hydra’s basics and structure.
  • Then move to the hydra-pydantic branch: See how to supercharge your configuration handling with Pydantic validation on top of Hydra

Steps

  1. create the environment and activate it
python -m venv .venv
source .venv/bin/activate
  1. Install the requirements
    pip install -r requirements.txt

  2. Get your API key for Google models

You can get your FREE api key from https://aistudio.google.com/apikey Create .env file from .env.template and fill in the API keys

  1. Running the code:

Running it using default parameters (available in conf/config.yaml) python my_app.py query=hello

Running it with other parameters: python my_app.py query=hello generator=gemini_flash_2_5

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages