Skip to content

Latest commit

Β 

History

History
54 lines (42 loc) Β· 1.62 KB

File metadata and controls

54 lines (42 loc) Β· 1.62 KB

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