plg4-dev-server / README.md
Jesse Johnson
New commit for backend deployment: 2025-09-25_13-24-03
c59d808
metadata
title: Recipe Recommendation Chatbot API
emoji: πŸ₯˜
colorFrom: indigo
colorTo: pink
sdk: docker
pinned: false
license: mit

Recipe Recommendation Chatbot

A GenAI-powered chatbot that recommends recipes based on available ingredients using RAG (Retrieval Augmented Generation).

πŸš€ Quick Start

# Clone repository
git clone https://github.com/A3copilotprogram/PLG4-Recipe-Recommendation-Chatbot.git
cd PLG4-Recipe-Recommendation-Chatbot

# Install dependencies
pip install -r requirements.txt

# Run the chatbot
python src/main.py

πŸ“ Project Structure

  • backend/ - FastAPI backend with RAG pipeline
  • frontend/ - React frontend interface
  • data/ - Recipe datasets and embeddings
  • docs/ - Project documentation
  • notebooks/ - Jupyter notebooks for exploration
  • tests/ - Unit and integration tests

πŸ“š Documentation

Quick Start Guides

Troubleshooting

Architecture

🀝 Contributing

See CONTRIBUTING.md for ways of working and contribution guidelines.

πŸ‘₯ Team

GenAI PLG 4 - Andela Community Program