Skip to content

blainefreestone/vado-tecum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vado Tecum

Vado Tecum is a personal project that will be an AI-powered ancient language tutor. At the moment, all development is happening around the Latin language.

Getting Started

  1. Clone the repository.

  2. Insall dependencies found in requirements.txt

  3. Create a config.yaml file in the root directory. It should look like this:

    llm_provider: "openai"
    openai_model: "gpt-4o"
    openai_api_key: "..."
    anthropic_model: "claude-3-5-sonnet-20240620"
    anthropic_api_key: "..."
    texts_path: ".\\resources\\texts\\" # Path to the folder with texts
    app_save_path: ".\\resources\\app_save\\" # Path to the folder with app save files
    evaluations_path: ".\\resources\\evaluations\\" # Path to the folder with evaluations
  4. From the root directory, run the app directory as a python module:

    python -m app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages