Skip to content

deepak-lenka/NeuralVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralVision 🎨

NeuralVision Logo

NeuralVision

A cutting-edge AI-powered image generation platform that transforms your imagination into stunning visual artwork using state-of-the-art AI models.

✨ Features

  • 🎨 Transform text descriptions into high-quality images
  • 🖼️ Browse and download your generated images
  • 💫 Modern, intuitive interface
  • 💡 Creative prompt suggestions

🚀 Setup Guide

  1. Clone the Repository

    git clone https://github.com/deepak-lenka/NeuralVision.git
    cd NeuralVision
  2. Set Up Virtual Environment

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install Dependencies

    pip install flask python-dotenv requests openai
  4. Configure Environment Create a .env file:

    REPLICATE_API_TOKEN=your_api_key_here
    PORT=5013  # Optional, defaults to 5013
  5. Run the Application

    python app.py
  6. Access the Application Open http://localhost:5013 in your browser


Created with ❤️ by Deepak Lenka