This project is a clone of the well-known website www.chatpdf.com. The primary objective behind recreating this application is to explore and learn new technologies, as well as expand my knowledge base.
This project is built using the following technologies:
To clone the repository, run the following:
git clone https://github.com/dan-niles/ai-chatpdf.git
cd ai-chatpdf
Install depenencies by running:
npm install
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the application.