Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivananand/prakritiai-chatbot
https://github.com/shivananand/prakritiai-chatbot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivananand/prakritiai-chatbot
- Owner: SHIVANANAND
- Created: 2024-07-21T10:23:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T09:26:27.000Z (4 months ago)
- Last Synced: 2024-09-15T12:10:14.222Z (4 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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