gradio-canvas / README.md
Gabriel CHUA
first commit
1e4764f
|
raw
history blame
939 Bytes

Gradio Canvas πŸ€—

Gradio Canvas is a web application inspired by ChatGPT's Canvas. This project combines the capabilities of Fireworks AI and Instructor to create a seamless code generation experience.

Built with:

Getting Started

Prerequisites

  • Fireworks AI API key

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/gradio-canvas.git
    cd gradio-canvas
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    
  3. Set up your Fireworks AI API key as an environment variable:

    export FIREWORKS_API_KEY=your_api_key_here
    

Usage

Run the application:

```bash
gradio app.py
```