davila7 / file-gpt

Start a chat with any document with Ada Embedding and Davinci Completion
MIT License
142 stars 34 forks source link

FileGPT 🤖

Read the article to know how it works: Medium Article

With File GPT you will be able to extract all the information from a file. You will obtain the transcription, the embedding of each segment and also ask questions to the file through a chat.

All code was written with the help of Code GPT

Captura de Pantalla 2023-02-08 a la(s) 9 16 43 p  m



Features

Running Locally

  1. Clone the repository
git clone https://github.com/davila7/file-gpt
cd file-gpt
  1. Install dependencies

These dependencies are required to install with the requirements.txt file:

pip install -r requirements.txt
  1. Run the Streamlit server
streamlit run app.py