A chat interface for interrogating uploaded files.
# 0. Clone the repo:
# > git clone [email protected]:DevThinkAI/ChatWithFiles.git && cd ChatWithFiles
#
# 1. Create your virtual env. Many tools for this, choose what you like best
# Just using python:
# > python -m venv .venv
# > source .venv/bin/activate
# 2. Install
pip install -r requirements.txt
# 3. Configure
cp dist.env .env
# add your openai key
# 3. Run
streamlit run app.py
My weekly newsletter; DevThink.ai will keep you informed on Generative AI topics important to software developers (without all the hype)