A web application that generates beautiful prayer images with customizable text and scripture references.
- Generate prayer images with custom text
- Automatic scripture reference detection
- Prayer number detection
- Beautiful gradient backgrounds
- Mobile-friendly web interface
- Install dependencies:
pip install -r requirements.txt- Run the Flask development server:
python app.py- Open http://localhost:5000 in your browser
- Install Vercel CLI:
npm i -g vercel- Login to Vercel:
vercel login- Deploy:
vercel- Create a new repository on GitHub
- Initialize git and push your code:
git init
git add .
git commit -m "Initial commit"
git remote add origin YOUR_GITHUB_REPO_URL
git push -u origin main- Flask (Python web framework)
- Pillow (Image processing)
- NumPy (Numerical computations)
- TailwindCSS (Styling)