ChatBot_TTS_LLamaGuard

OpenAI Chatbot with LLama Guard and gTTS Integration is a Python chatbot that uses OpenAI's GPT model, filters responses with LLama Guard, and speaks them aloud with gTTS.

Stars
0
Committers
2

OpenAI Chatbot with LLama Guard and gTTS Integration

Overview

This project is a Python-based chatbot application that integrates OpenAI's language model with LLama Guard and Google Text-to-Speech (gTTS). The chatbot leverages OpenAI for generating conversational responses, LLama Guard for enhanced security and filtering, and gTTS to convert the chatbot's responses into spoken words. Features

OpenAI Chatbot: Utilizes OpenAI's GPT model to generate intelligent and context-aware responses.
LLama Guard: Implements security and content filtering to ensure safe and appropriate responses from the chatbot.
gTTS Integration: Converts text responses generated by the chatbot into speech, providing an interactive audio experience.

Installation Prerequisites

Python 3.8 or higher
pip (Python package installer)