Spaces:
Running
Running
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:
- Llama 3.1 405B via Fireworks AI
- Instructor for structured output parsing
- Gradio for the web interface
Getting Started
Prerequisites
- Fireworks AI API key
Installation
Clone the repository:
git clone https://github.com/yourusername/gradio-canvas.git cd gradio-canvas
Install the required dependencies:
pip install -r requirements.txt
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
```