Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/velickovski/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.
https://github.com/velickovski/chatbot_tts_llamaguard

llama3 python3 tts-api

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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)