Welcome to our amazing Elend Talk web application!
Are you ready to interact with your PDF documents in a whole new way? Look no further! With our cutting-edge technology, you can upload any PDF and start asking questions about its content. using the power of Ollama our app will extract the text from your PDF and provide you with instant answers to your queries. It's like having a personal assistant for your documents!
- PDF to Text Conversion: Seamlessly extract text from your PDF files.
- Interactive Q&A: Ask questions based on the extracted text and get instant responses.
- Intuitive Interface: Enjoy a user-friendly design that makes navigation a breeze.
Upload Your PDF: Simply select the PDF file you want to analyze.
Ask Questions: Type in any question related to the content of the PDF.
Get Answers: Our application will process the text and provide relevant responses in no time.
- Upload a research paper, manual, or any document.
- Ask specific questions about the content.
- Receive instant and accurate answers.
- TypeScript: Harness the power of statically typed JavaScript.
- Svelte: Embrace the future of web development with reactive components.
- Astro: Build faster websites with modern tools and best practices.
- JavaScript: The backbone of our frontend development, adding interactivity and dynamism.
Before running the application, you need to install Ollama 3.2:
Download and run the Windows installer from: https://ollama.ai/download/windows
curl https://ollama.ai/install.sh | sh
## 1. Obtain the Ollama model you want to use.
sudo ollama serve # to start the Ollama server
ollama pull llama3.2 # for example (medium)
ollama pull llama3.1 # for example (small)
ollama pull deepseek-r1 # for example (big)
## 2. Clone this repository:
git clone https://github.com/your-username/pdf-to-talk.git
## 3. Install dependencies, compile project and start the application:
pnpm install
pnpm run build
pnpm run dev
Node.js, Compatible web browser ✅, and Ollama installed.
We welcome contributions! If you have ideas on how to improve this application, feel free to send us a pull request or open issues for bug fixes. We value your feedback and involvement in making this project even better!
This project is licensed under the GPL License.
Got questions or suggestions? Reach out to us at carlosvassan@gmail.com. We'd love to hear from you!