A cutting-edge AI-powered image generation platform that transforms your imagination into stunning visual artwork using state-of-the-art AI models.
- 🎨 Transform text descriptions into high-quality images
- 🖼️ Browse and download your generated images
- 💫 Modern, intuitive interface
- 💡 Creative prompt suggestions
-
Clone the Repository
git clone https://github.com/deepak-lenka/NeuralVision.git cd NeuralVision
-
Set Up Virtual Environment
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install Dependencies
pip install flask python-dotenv requests openai
-
Configure Environment Create a
.env
file:REPLICATE_API_TOKEN=your_api_key_here PORT=5013 # Optional, defaults to 5013
-
Run the Application
python app.py
-
Access the Application Open
http://localhost:5013
in your browser
Created with ❤️ by Deepak Lenka