luke1212 / Chat-With-PDF-Flask-Langchain-Openai-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screen

Quick Start

To set up your environment, you will need to generate a .env file that contains your OpenAI API key and download the necessary packages.

OPENAI_API_KEY = "Your API Key"

Install requirements.txt

Install everything listed in the requirements.txt file

Start

flask run

The program should start at local 5000

* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5000

About


Languages

Language:Python 42.7%Language:HTML 30.3%Language:CSS 27.0%