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
- Host: GitHub
- URL: https://github.com/aryank-08/text2img-ontheflybro
- Owner: ARYANK-08
- Created: 2024-11-05T14:21:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T18:43:49.000Z (over 1 year ago)
- Last Synced: 2025-05-30T07:48:00.661Z (about 1 year ago)
- Topics: flask, python
- Language: HTML
- Homepage: https://text2img-ontheflybro.vercel.app
- Size: 40 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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." 💻 |
|:---:|:---:|
|  |  |
# 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. 🌐