Skip to content

Saavy-25/Kubera-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Requirements

Before running the script, ensure you have the following files in the project directory:

  • .openai_api_key – A file containing your OpenAI API key.
  • .base_prompt – A file containing the base prompt to which product names will be appended.

Setup and Installation

  1. Create and activate a virtual environment:
    python3 -m venv .venv
    .venv\Scripts\activate
  2. Install dependencies
    pip install openai
  3. Run
    python NameDecoder.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages