Skip to content

Welcome to Innoquine, your AI-powered design companion transforming interior decor with the intelligence of GPT-4. 🏑

License

Notifications You must be signed in to change notification settings

HeetVekariya/Innoquine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Innoquine 🌟

Welcome to Innoquine, your AI-powered design companion transforming interior decor with the intelligence of GPT-4. 🏑✨

Overview

Innoquine revolutionizes decor by leveraging GPT-4's cutting-edge capabilities. It interprets your space through images and prompts, providing personalized design suggestions for homes, offices, and more. πŸŽ¨πŸ€–

Features

  • AI-Powered Design: Innoquine uses GPT-4 to offer intelligent and creative design recommendations. πŸš€
  • Image Upload: Upload images of your space to receive personalized decor suggestions. πŸ“Έ
  • Prompt Interaction: Share prompts to guide Innoquine in understanding your design preferences. πŸ’¬

Quine Quest Creators Competition

Innoquine is proud to be part of the Quine Quest Creators competition! Show your support by voting for me at Quine - Innoquine. Your feedback is valuable; feel free to leave comments and suggestions.


Usage

Image Question Alt text

Textual Question Alt text

Note: Response is not complete in the video as example is shown using 50 tokens.

Tech Stack

  • Python: The project is built using the Python programming language.
  • Reflex Framework: Innoquine utilizes the Reflex framework for seamless and reactive web interactions.

Getting Started

  1. Clone the repository
git clone https://github.com/HeetVekariya/Innoquine.git
  1. Make virtual environment and activate it
python -m venv venv
source venv/bin/activate
  1. Navigate to the project directory
cd Innoquine
  1. Install the dependencies
pip install -r {path to requirements.txt}
reflex init
  1. Add your OpenAI GPT-4 API key to the state.py file, replace YOUR_API_KEY with your API key.
api_key = "YOUR_API_KEY"
  1. Adjust max_tokens according to your API plan in the state.py file. Minimum suggested value is 100. Currently, the app is configured to use 50 tokens per request.
max_tokens = 100
  1. Run the app
reflex run

Note:

  • You can skip step 6.
  • Must have GPT-4 API key to run the app, you can create here.

License

This project is licensed under the MIT License - see the LICENSE file for details. πŸ“„

Acknowledgments

  • Thanks to the OpenAI team for the powerful GPT-4 model. πŸ‘
  • To get your GPT-4 API key, visit OpenAI. πŸ”‘

Connect with Me

About

Welcome to Innoquine, your AI-powered design companion transforming interior decor with the intelligence of GPT-4. 🏑

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages