Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shivananand/prakritiai-chatbot


https://github.com/shivananand/prakritiai-chatbot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Prakriti AI Chatbot

**Prakriti AI Chatbot** is a Streamlit application that leverages Google's Generative AI to provide interactive chatbot functionality. It allows users to engage in AI-powered conversations through a simple web interface.

## Deployed App

You can view the deployed chatbot here: [Prakriti AI Chatbot](https://prakritiai-chatbot.streamlit.app/)

## Note

The project requires a `.env` file for configuration. Create this file in the root directory with the following format:
GEMINI_API_KEY="your key"
Replace `"your key"` with your actual API key.

## Running the Application

After setting up the `.env` file, you can run the app locally with:
streamlit run app.py