openenv-hackathon / README.md
hiitsesh's picture
Init from KYC folder
181a330

A newer version of the Gradio SDK is available: 6.10.0

Upgrade
metadata
title: OpenEnv Hackathon Boilerplate
emoji: 🚀
colorFrom: blue
colorTo: green
sdk: gradio
app_file: demo.py
pinned: false

OpenEnv Hackathon Boilerplate

This repository contains the required boilerplate for the OpenEnv Hackathon submission.

Requirements

Environment

  • Python 3.10+
  • Dependencies listed in requirements.txt

Installation Instructions

  1. Clone the repository:

    git clone https://github.com/eshwanthkartitr/Boiler_plate
    cd Boiler_plate
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the demo:

    python demo.py
    

Structure

  • demo.py: Demo script to run the environment.
  • requirements.txt: Python dependencies.
  • src/: Directory containing the actual environment code.