Skip to content

This repository robustly implements a Question and Answer system using Large Language Models to process and extract insights from files.

License

Notifications You must be signed in to change notification settings

Al04ni/LLM-Files-QA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM-Files-QA

Whether for research, customer support, or personal projects, this repository provides an idea for building scalable and practical solution for document Q&A using LLMs.

Setup
  1. Clone the repository:
    git clone https://github.com/Al04ni/LLM-Files-QA.git
    cd LLM-Files-QA 
    
  2. Run the setup script
  ./setup.sh
  1. Activate the virtual environment:
  • Windows:
   .\venv\Scripts\activate
  • macOS/Linux:
  source venv/bin/activate
  1. Run the application:
      streamlit run app.py
    

Feel free to contribute, suggest improvements, or share your experiences with this repository as we continue to make knowledge more accessible and intuitive.


Caution

This project is still pending as we are still looking for great way to make LLM be able to get content from the uploaded file so that i can give out insights, so stay tuned 😄, we are still working on it in in-doors.

Happy coding!

About

This repository robustly implements a Question and Answer system using Large Language Models to process and extract insights from files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published