Spooky Pet Image App is a fun platform that transforms ordinary pet images into spooky, Halloween-themed creations. Whether you're looking to give your cat a spooky makeover or place any pet in a chilling Halloween setting, this app has everything you need for a spooky transformation!
-
Clone the repository:
git clone https://github.com/cloudinary/pycloudinary.git cd pycloudinary/samples/spookyshots -
Install dependencies:
pip install -r requirements.txt
-
Set up Cloudinary credentials:
- Inside the root directory of the project, rename
.env.exampleto.env. - Open the
.envfile and fill in your Cloudinary credentials:CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name CLOUDINARY_API_KEY=your_cloudinary_api_key CLOUDINARY_API_SECRET=your_cloudinary_api_secret
- Inside the root directory of the project, rename
-
Run the app:
streamlit run main.py
-
Open the app: After running the command, the app should automatically open in your browser. If not, open the browser and go to:
http://localhost:8501
Enjoy transforming your pets for Halloween!

