Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 999 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 999 Bytes

File-Based Chatbot: Answering Questions from Documents

This project is designed to extract text from PDF file within a specified folder path and generate responses to user-input questions using natural language processing (NLP) techniques.

Overview

The File-Based Chatbot is a Python-based system that automates the process of reading text from documents and answering user queries based on the content. The primary functionalities of this system include:

  • Text extraction from PDF,files within a specified folder path.
  • Preprocessing extracted text for better understanding.
  • Building a chatbot-like interface to answer user questions based on the content of these documents.

Requirements

To run this project, ensure you have the following installed:

  • Python 3.x
  • Required Python libraries: PySimpleGUI, pdfplumber,python-docx,transformers

License

This project is licensed under the MIT License - see the LICENSE file for details.