This repository is dedicated to an LLM based personal project titled PharmaConnect. This project takes in the names of medicines as input from users, processes it and provides a detailed explanation of its active ingredients, uses, side-effects, adverse reactions, potential drug interactions with other medications, foods, or substances, precautions and dosage forms. The answers are provided as text, speech and a text document (with the conversation summary with the bot). It uses OpenAI's API, Metaphor's API, Google's gTTS and Langchain to achieve Text-To-Speech and Text-To-Document functionalities. The provided code will automatically deploy this model as a Streamlit Application .
Jishnnu/PharmaConnect-AI-Chatbot
Simple Generative AI enabled Streamlit web application that converts text to speech and documents.
Python