Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princep/legendary-invention
https://github.com/princep/legendary-invention
chatbot chatgpt-api
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/princep/legendary-invention
- Owner: PrinceP
- License: mit
- Created: 2023-06-09T10:28:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-09T13:06:22.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:25:29.396Z (8 months ago)
- Topics: chatbot, chatgpt-api
- Language: Python
- Homepage: https://byomkesh-bakshi.streamlit.app
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Detective Byomkesh Bakshi Game
This repository contains the code for the Detective chat based game with a GUI using only Python and LangChain.
## Prerequisites
To follow along with this tutorial, you will need the following:
- Python 3.8 (or higher if streamlit-chat is updated)
- Basic understanding of Python programming
- Familiarity with Git and GitHub (optional but recommended)## Getting Started
You will need to clone this repository and install the required dependencies.
```
pip install -r requirements.txt
```To launch the application, you will need to run streamlit in the terminal:
```
streamlit run main.py
```## Issues
If you encounter any issues or have suggestions for improvements, please open an issue in the GitHub repository. We appreciate your feedback and will do our best to address any problems.
## License
This project is licensed under the [MIT License](LICENSE). Feel free to modify and distribute the code as per the terms of the license.