Skip to content

diegofiori/generative-playground

Repository files navigation

Generative Playground

Prerequisites

  1. Make sure you have python3 and vertualenv installed
  2. Make sure you have .env file in the root directory with the following variables:
OPENAI_API_KEY=YOUR_API_KEY
GITHUB_TOKEN=YOUR_GITHUB_TOKEN
GITHUB_REPOSITORY=YOUR_GITHUB_REPOSITORY

Installation

  1. Clone the repo
git clone https://github.com/diegofiori/generative-playground.git
  1. cd to the project root directory and create a virtual environment
virtualenv env
  1. Activate the virtual environment
source env/bin/activate
  1. Install the dependencies
pip install -r requirements.txt

Usage

  1. Run the main interactive console interface
python src/main.py 
  1. Run voice2image
python src/main.py --v
  1. Run real-time-translate
python src/main.py --t
  1. View the help menu for more options
python src/main.py --h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages