saadakhtr29 /
Artex-Tech
Artex Tech builds scalable web, mobile, AI, and Web3 solutions. We help startups and enterprises design, build, and scale high-performance digital products.
Loading repository data…
vyvegroup / repository
Mobile AI Art Generator - Pure HTML/CSS/JS + Python FastAPI + Stable Diffusion Turbo
Mobile-first AI art generator running locally with no cloud APIs. Generate stunning artwork from text prompts using Stable Diffusion Turbo.
git clone https://github.com/YOUR_USERNAME/generative-art-web.git
cd generative-art-web
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
pip install -r requirements.txt
python server.py
Open http://localhost:8000 on your phone browser.
ngrok http 8000
Use the ngrok URL on any device.
Push to the main branch
GitHub Actions automatically:
Find your URL in the Actions run summary.
| Component | Technology |
|---|---|
| Frontend | HTML5, CSS3, Vanilla JavaScript |
| Backend | Python FastAPI |
| AI Model | Stable Diffusion Turbo |
| Model Library | HuggingFace Diffusers |
| Deployment | Ngrok + GitHub Actions |
Set environment variables:
MODEL_PATH=./models/sd-turbo # Where to cache the model
MODEL_ID=stabilityai/sd-turbo # HuggingFace model ID
PORT=8000 # Server port
| Endpoint | Method | Description |
|---|---|---|
/ | GET | Serve frontend |
/api/status | GET | Check model status |
/api/styles | GET | List style presets |
/api/generate | POST | Generate art from prompt |
/api/generate/async | POST | Async generation |
MIT
Selected from shared topics, language and repository description—not editorial ratings.
saadakhtr29 /
Artex Tech builds scalable web, mobile, AI, and Web3 solutions. We help startups and enterprises design, build, and scale high-performance digital products.
PrabhatKr0607 /
Unlock the secrets of modern web design with this project. From sleek parallax effects to captivating bento box layouts, master the art of creating visually stunning user interfaces. Prioritize mobile-first principles, elevate your React.js skills, and refine your expertise in Tailwind CSS.
earlgreyhot1701D /
Mobile-first French learning app. Daily flashcards, story read-alongs, and narrated audio journal, all set in Paris. Art Nouveau aesthetic. Vanilla HTML/CSS/JS, no framework, no backend. 5-year-old reading level in 30 days. Built with Kiro + Claude. AI assisted. Human approved. Powered by NLP.