A web application that harnesses the power of artificial intelligence to transform the way you interact with PDF documents. Documon enables you to seamlessly engage in a conversation with your PDFs, enjoy smart context summarization, and benefit from annotation features. This makes document exploration and information retrieval a breeze.
This application requires Node.js v16.13+.
git clone https://github.com/nabarvn/documon.git
cd documon
pnpm install
.env
file:cp .env.example .env
[!IMPORTANT] Ensure you populate the variables with your respective API keys and configuration values before proceeding.
pnpm prisma generate
pnpm prisma db push
pnpm dev
Learned a ton while building this project. All thanks to Josh for the next level (no pun intended) tutorial!