Skip to content

This project contains code for ThesisGPT, an LLM-based app that connects with my PhD thesis and provides answers to queries about the thesis.

License

Notifications You must be signed in to change notification settings

strong-force-projects/thesis-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thesis-gpt

Streamlit app available here.

This project is work-in-progress and contains code to create a RAG-based LLM app that can chat with a PDF doc. It uses langchain and weaviate to parse the document(s) and create a vector db.

Setting Up Project

This project uses Hatch for environment management and dependency installation. To get started, install Hatch:

pip install hatch

Then, create the environment:

hatch env create

Activate the environment:

hatch shell

For more details, refer to the Hatch documentation.

License

thesis-gpt is distributed under the terms of the MIT license.

About

This project contains code for ThesisGPT, an LLM-based app that connects with my PhD thesis and provides answers to queries about the thesis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages