An open API service indexing awesome lists of open source software.

https://github.com/aryank-08/text2img-ontheflybro

generate images instantly
https://github.com/aryank-08/text2img-ontheflybro

flask python

Last synced: 12 months ago
JSON representation

generate images instantly

Awesome Lists containing this project

README

          

# **Noobshot.ai** 🚀: Turn ideas and imagination into images in milliseconds. ✨

| "A sultry cyberpunk girl engineer with a robotic arm assembles futuristic tech amid soaring skyscrapers and flying vehicles." 🛠️ | "An anime boy with blue hair in neon attire codes on a laptop, with a glowing Lord Shri Krishna behind him." 💻 |
|:---:|:---:|
| ![Image 1](https://github.com/user-attachments/assets/b7f731a5-8455-4b99-be5d-4174bbb0ecf4) | ![Image 2](https://github.com/user-attachments/assets/f6a4797c-34f2-4534-9ff7-a4474b5a1715) |

# Flask Project Setup ⚙️

## Prerequisites
- Python 3.6+ 🐍

## Quick Start

1. **Clone the Repo:** 📥
```bash
git clone https://github.com/ARYANK-08/text2img-ontheflybro.git
cd
```

2. **Create and Activate Virtual Environment:** 🌱
```bash
python -m venv venv
# Windows: venv\Scripts\activate
# macOS/Linux: source venv/bin/activate
```

3. **Install Requirements:** 📦
```bash
pip install -r requirements.txt
```

4. **Set Up Environment Variable:** ⚙️
Create a `.env` file:
```
TOGETHER_API_KEY=''
```

5. **Run the App:** ▶️
```bash
flask run
```

## Access 🔗
Visit `http://127.0.0.1:5000` in your browser. 🌐