Metadata-Version: 2.1
Name: chatbot_code
Version: 0.3
Summary: A Django app for chatbot functionality.
Home-page: https://github.com/saini2001/chatbot_code
Author: Swati Saini
Author-email: swati@mixorg.com
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django<4.0,>=3.2
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: fitz
Requires-Dist: python-docx
Requires-Dist: textract
Requires-Dist: pillow
Requires-Dist: pytesseract
Requires-Dist: numpy
Requires-Dist: nltk
Requires-Dist: sentence-transformers
Requires-Dist: scikit-learn
Requires-Dist: boto3
Requires-Dist: PyMuPDF
Requires-Dist: python-pptx
Requires-Dist: openai
Requires-Dist: django
Requires-Dist: django-admin
Requires-Dist: frontend
Requires-Dist: tools
Requires-Dist: inflect
Requires-Dist: PyPDF2

# My Django Package

My Django Package is a web application for managing and querying documents using a chatbot interface. It supports multiple file formats, extracts text from documents, and uses an AI model to answer questions based on the content of uploaded documents.

## Features

- Upload and manage documents in various formats (PDF, DOCX, PPTX, TXT, CSV, etc.)
- Extract text from uploaded documents
- Query documents using a chatbot interface
- Provide feedback on responses
- View and manage chat sessions

## Installation

### Prerequisites

- Python 3.11
- Django 3.2 or higher

### Steps

1. Clone the repository:

```bash
git clone https://github.com/saini2001/chatbot_code.git
cd chatbot_package
```
