Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.23 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.23 KB

Critter Creations

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.

Getting Started to host locally

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

🧬 1. Clone the Repo

git clone https://github.com/margoglvz/AnimalCraze.git

📦 2. Install Reflex

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

🚀 3. Run the application

Initialize and run the app:

reflex init
reflex run

📦 4. Install node.js and modules

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