- Clone the repository to your local machine.
git clone https://github.com/selewaut/dallevate.git
- Create a virtual environment and activate it.
python -m venv vvenv
.venv\Scripts\activate
python3 -m venv venv
.venv/bin/activate
- Make sure you have GPT4 from OpenAI installed and configured. Add OPEN_AI_API_KEY to your environment variables.
- Navigate to the project directory in your terminal.
- Run the app using the command
streamlit run app.py
. - Open your web browser and go to
http://localhost:8501
to access the app. - Follow the instructions on the app to generate dalle images by enhancing input prompts with GPT4.
Note: Make sure you have a stable internet connection and sufficient computing resources to run the app smoothly.