A Django app for chatbot functionality.
Project description
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
- Install the package:
pip install chatbot-code -t .
pip install -e .
pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
aws configure # To Configure aws credentials
python manage.py runserver
Open your browser and navigate to http://127.0.0.1:8000/ to see your Django project with the integrated app1 app.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chatbot_code-0.3.11.tar.gz
(778.8 kB
view details)
Built Distribution
chatbot_code-0.3.11-py3-none-any.whl
(881.4 kB
view details)
File details
Details for the file chatbot_code-0.3.11.tar.gz
.
File metadata
- Download URL: chatbot_code-0.3.11.tar.gz
- Upload date:
- Size: 778.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28dd49f73c2cc893010f5a7427b8b6dea7f0704706837bcd07fea6d2b1ae2d15 |
|
MD5 | 642e3e33eb9ab83083a0e0186bab82c8 |
|
BLAKE2b-256 | 37d88360fb14df985b148715199d137691d5e7847c0d2a2d06cfdae4eb85652f |
File details
Details for the file chatbot_code-0.3.11-py3-none-any.whl
.
File metadata
- Download URL: chatbot_code-0.3.11-py3-none-any.whl
- Upload date:
- Size: 881.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6509ae9ebdbf85261eb296f19a6e3d8a1cfa7aecbaa4315a1535a1bb1378ca92 |
|
MD5 | cf948053637e70c709c2748d6cef26dd |
|
BLAKE2b-256 | 044a49ac552d11871c5920d226ca07676f1cd0cfe343615116da09125028876a |