Skip to content

samie/pdf-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI PDF Chat - Example Application for London Java User Group

app-screenshot

Overview

This repository contains an example Java-only application that enables AI-powered chat interactions with PDF documents. Upload and process PDF documents. Ask questions about the document.

Tech Stack

Project was created from start.spring.io

Also starring

  • Java 21
  • Maven

Build and Run

Clone the repository:

git clone https://github.com/samie/pdf-chat.git
cd pdf-chat

Before running you need OpenAI API key or local LLM service running.

Set either OPENAI_API_KEY or edit the LLM url in application.properties.

Build and run the project:

mvn spring-boot:run

or if you don't have Maven installed:

./mvnw spring-boot:run

Once running, access the application at:

[http://localhost:8080](http://localhost:8080)

License

This project is licensed under the Apache 2.0 License.

Acknowledgments

Special thanks to London Java User Group for the inspiration behind this project.

About

AI PDF Chat - Example Java Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published