RamenAI is a chatbot focused on ramen enthusiasts. The chat generates recommendations and different recipes according to your tastes and based on each user's past conversation history.
- Docker
- MongoDB uri
Step 1: Clone the repository
git clone https://github.com/pamelasann/RamenAI.git
Step 2: Create the .env file
OPENAI_API_KEY = "your_api_key"
MONGO_URI = "your_mongodb_uri"
GOOGLE_CLIENT_ID=your_google_client_id
GOOGLE_CLIENT_SECRET=your_google_client_secret
Step 3: Deploy the Architecture with Docker Compose
docker-compose up --build

