Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/richardd3ng/repo-amigo

GitHub Repo Chatbot Web App
https://github.com/richardd3ng/repo-amigo

chatbot chromadb langchain oauth2 openai-chatgpt python streamlit

Last synced: 26 days ago
JSON representation

GitHub Repo Chatbot Web App

Awesome Lists containing this project

README

        

# Repo Amigo

This web app is a tool for asking questions about GitHub repositories leveraging LangChain and OpenAI's GPT-3.5-turbo language model!

image

## Try it out!

https://repo-amigo.streamlit.app/

## Key Features
- Login via GitHub OAuth2.0 to clone public GitHub repositories
- Indexes files and stores embeddings in a ChromaDB vector database.
- Supports a variety of file formats, including text, code, and Jupyter Notebooks.
- Produces in-depth responses to user inquiries derived from repository files.
- Leverages OpenAI's language model to craft replies.
- Provides key documents most pertinent to each query.