Skip to content

uditi1002/pet-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pet Name Generator

This project uses LangChain and GROQ to generate cute pet names based on user input. It prompts the user to enter the type of animal they have and then suggests five cute names for that pet.

Installation

To run this project, you need Python 3.6 or higher installed. Follow these steps to set up the project:

  1. Clone the repository:

    git clone https://github.com/uditi1002/pet-name-generator.git
    cd pet-name-generator
    
  2. Create and activate a virtual environment:

    python -m venv .venv
    source .venv/bin/activate
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Set up environment variables:

    Create a .env file in the root directory and add your GROQ API key:

    GROQ_API_KEY=your_groq_api_key_here
    
  5. Run the application:

    python main.py
    

Usage

  1. When prompted, enter the type of animal you want to name.
  2. The program will generate and display five cute names for your pet.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages