Skip to content

pamelasann/RamenAI

 
 

Repository files navigation

RamenAI

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 Deployment Guide

Prerequisites

  • 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

RamenAI

Main Menu

Main Menu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.5%
  • HTML 25.5%
  • CSS 7.1%
  • JavaScript 6.5%
  • Dockerfile 3.4%