Welcome to the chatbot project! This application helps you effortlessly interact with your PDF files, allowing you to ask questions and receive intelligent answers. It combines powerful backend services with a user-friendly frontend for an easy experience.
To download the latest version of the chatbot, visit this page: Download the Chatbot.
Visit Download the Chatbot and choose the latest version.
Before running the application, ensure you have the necessary packages. Open your terminal or command prompt and run:
pip install -r requirements.txt
This command installs all required libraries for the chatbot to function correctly.
Create a .env file in the root directory. In this file, you can set any necessary environment variables for proper functionality. You might need to define paths for data storage or API keys, depending on the features you wish to use.
To start the chatbot, execute the following command in your terminal or command prompt:
python app.py
This command initiates the application, and you can access it through your web browser at http://localhost:5000.
Once the application is running, navigate to the upload section. Here, you can select and upload your PDF document.
With the PDF uploaded, you can type any questions related to the content of the PDF. The chatbot will analyze your PDF and provide answers based on the text.
For further details, you can always return to the main repository page.
Happy chatting with your PDFs!