Spaces:
Running
Running
| 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: | |
| ```bash | |
| git clone https://github.com/eshwanthkartitr/Boiler_plate | |
| cd Boiler_plate | |
| ``` | |
| 2. Install dependencies: | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| 3. Run the demo: | |
| ```bash | |
| python demo.py | |
| ``` | |
| ## Structure | |
| - `demo.py`: Demo script to run the environment. | |
| - `requirements.txt`: Python dependencies. | |
| - `src/`: Directory containing the actual environment code. |