Skip to content

margoglvz/AnimalCraze

 
 

Repository files navigation

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

About

A ChatGPT clone built in Reflex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • Python 22.4%
  • CSS 7.7%
  • EJS 7.7%
  • HTML 0.5%