Skip to content

waseemhnyc/Chat-with

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"Chat with" Chatbot - WIP👋

Chat with different types of data/sources. Created with LangChain and Chainlit.

Roadmap 🛣

Supported:

  • Text
  • PDF
  • HTML
  • CSV
  • Website
  • Github Repo
  • Youtube Video
  • Youtube Channel
  • Podcast

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Installed a recent version of Python (3.7 or newer) installed and a way to create virtual environments (virtualenv or conda)
  • Created OpenAI API account and obtain an API key

Getting Started

Clone the repo

git clone https://github.com/waseemhnyc/Chat-with

Create a virutalenv and source the environment

python3 -m venv myenv
source venv/bin/activate

Install the necessary libraries

pip install -r requirements.txt

Create a .env file and input your OpenAI API Key in the file

cp .env.example .env

Run locally

chainlit run app.py -w

Deploy

WIP

Questions or Get in Touch

Twitter Email

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Chainlit app to chat with different data - TXTs, PDFs, etc...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages