OXTA VISUALS AI is an AI-powered image generation platform that allows users to create high-quality images using text prompts. It features user authentication, a user-friendly dashboard, and a modern UI.
✅ AI Image Generation – Enter a text prompt to generate unique images.
✅ User Authentication – Sign up and log in with Google or email/password.
✅ User Dashboard – View, manage, and download generated images.
✅ Gallery – Browse AI-generated images from users.
✅ Sharing Options – Save images to the dashboard, download, or share.
- Frontend: React.js / Next.js
- Backend: Node.js + Express
- Database: Firebase / MongoDB
- Hosting: Vercel / Netlify (Frontend), AWS / Google Cloud (Backend)
git clone https://github.com/PREM-O7/OXTA-VISUALS-AI.git
cd OXTA-VISUALS-AI
npm install
Create a .env
file in the root directory and add your API keys:
REACT_APP_FIREBASE_API_KEY=your_firebase_key
REACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain
REACT_APP_BACKEND_URL=http://localhost:5000
npm start
POST /generate
{
"prompt": "A futuristic cityscape with neon lights"
}
{
"imageUrl": "https://generated-image-url.com/image.png"
}
vercel deploy
node server.js
Coming soon...
- Fork the repo
- Create a new branch (
feature-branch
) - Commit your changes
- Open a pull request
This project is licensed under the MIT License.