Skip to content

A safepoint for weary travelers.A GenAI chatbot using react & flask.

License

Notifications You must be signed in to change notification settings

daveymason/checkpoint-tavern

Repository files navigation

Checkpoint Tavern

Welcome to Checkpoint Tavern - A safe haven for weary travelers! Our innkeeper bot, trained on crisis management datasets, is here to assist those in need.

✨ Features

  • 🌟 Crisis Management Assistance: Trained to handle various crisis scenarios.
  • 🎨 Beautiful UI: Built with React and MUI for a seamless experience.
  • 🔒 Secure and Private: All conversations are confidential.

🚀 Getting Started

Follow these instructions to set up the project on your local machine.

Prerequisites

  • Node.js
  • Python 3
  • Flask

Installation

# Clone the repo
git clone https://github.com/yourusername/checkpoint-tavern.git

# Navigate into the project directory
cd checkpoint-tavern

# Install frontend dependencies
root
npm install

# Install backend dependencies
cd ../backend
pip install -r requirements.txt

💻 Usage

Start the Flask server and React app:

# Backend
cd backend
flask run

# Frontend
cd root
npm run dev

🛠 Technology Stack

  • Frontend: React, MUI
  • Backend: Flask, OpenAI API

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A safepoint for weary travelers.A GenAI chatbot using react & flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published