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.
- 🌟 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.
Follow these instructions to set up the project on your local machine.
- Node.js
- Python 3
- Flask
# 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
Start the Flask server and React app:
# Backend
cd backend
flask run
# Frontend
cd root
npm run dev
- Frontend: React, MUI
- Backend: Flask, OpenAI API
This project is licensed under the MIT License - see the LICENSE file for details.