https://github.com/santhoshmani1/inferhub
Text to image generation with stable diffusion xl model powered by hugging face inference api
https://github.com/santhoshmani1/inferhub
image-generation inference-api reactjs stable-diffusion-xl-1
Last synced: 9 days ago
JSON representation
Text to image generation with stable diffusion xl model powered by hugging face inference api
- Host: GitHub
- URL: https://github.com/santhoshmani1/inferhub
- Owner: Santhoshmani1
- Created: 2024-03-04T16:11:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T17:22:24.000Z (over 1 year ago)
- Last Synced: 2025-01-26T18:23:34.281Z (over 1 year ago)
- Topics: image-generation, inference-api, reactjs, stable-diffusion-xl-1
- Language: JavaScript
- Homepage: https://inferhub.vercel.app
- Size: 7.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inferhub
Inferhub is a web application that allows users to generate images from text using Hugging Face's Inference API.
## Table of Contents
- [Demo](#demo)
- [Features](#features)
- [Tech stack](#tech-stack)
- [Installation](#installation)
- [Contributing](#contributing)
- [LICENSE](#license)
## Demo
**[Deployed & Live on vercel](https://inferhub.vercel.app/)**



## Features
### Text to Image Generation
- Generate images from text using Hugging Face's Inference API
- Choose from a wide variety of prompts to generate images from.
## Tech stack
- React JS (Javascript)
- Tailwind CSS
- Hugging face Inference API
## Installation
To get the project up and running on your local machine, follow these steps:
1. Fork the repository
2. Clone the repository
```bash
git clone https://github.com//inferhub.git
```
3. Setup
```bash
cd inferhub && npm install && npm run dev
```
## Contributing
Contributions are welcome! Feel free to raise an issue or submit a pull request.