Skip to content

web-genie-ai/subnet-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGenieAI Subnet Interface

This is a interface for WebGenieAI Subnet.

Installation

Follow these steps to install the WebGenieAI Subnet Interface:

  1. Clone the repository:
git clone https://github.com/web-genie-ai/subnet-client.git
cd subnet-client
  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
# On Windows:
venv\Scripts\activate

# On macOS and Linux:
source venv/bin/activate
  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

Usage

curl --location 'http://209.145.56.217:8000/api/v1/generate' \
--header 'Content-Type: application/json' \
--data '{
    "prompt": "Build hello world page"
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages