
Sanjay Sikdar


Demo Video: https://youtu.be/iz-YDlU6j4Y
Python: 3.12.3
Flask: 3.0.3
git clone git@github.com:sannjayy/ai-prompt-to-image-generator.git
python -m venv zenv
source zenv/Scripts/activate # Windows
source zenv/bin/activate # Macpip install -r requirements.txt
# OR INITIAL INSTALLATION
pip install --upgrade pip
pip install --upgrade setuptools
pip install transformers diffusers flask pillow# CUDA 12.1 (Windows)
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
# CUDA 11.1 (Windows)
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
# MAC
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
# OR (Others)
pip install torch torchvisionpython app.pyOpen http://127.0.0.1:5000 in your browser!