ExtractLM is a RAG application which supports information retrieval from PDFs and CSVs.
Usage Instructions:
- Open Terminal and navigate to your desired folder and clone the repository:
git clone [email protected]:dhruvvaidh/ExtractLM.git
- Create a new conda environment and Install the required libraries:
conda create -n env extractlm
pip install -r 'requirements.txt'
- Setup the environment variables:
In .env.example file, you will have to add your OpenAI API Key and rename this file to .env to create your environment variables
- Start the application:
streamlit run main.py
- Read the instructions on the main page to get started with the application: