A user-interactive web application that allows users to build animal characters with heart-warming stories to ultimately raise animal awareness and acknowledge how we can help animals all around the world.
You'll need a valid OpenAI subscription - save your API key under the environment variable API_KEY
(not in quotes) in a '.env' file within this directory:
AnimalCraze/dalle/dalle
git clone https://github.com/margoglvz/AnimalCraze.git
To get started with Reflex, you'll need:
- Python 3.7+
- Node.js 12.22.0+ (No JavaScript knowledge required!)
- Pip dependencies:
reflex
,openai
Go into this directory:
cd ./dalle/dalle
Install pip
dependencies with the provided requirements.txt
:
pip install -r requirements.txt
Initialize and run the app:
reflex init
reflex run
After installing and running Reflex, you'll need to install and run node.js.
To get started, go back into the root directory:
cd ../..
Install and run node.js
npm init -y
npm install
nodemon index.js