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 -e .
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
cd app1
python config.py # Enter your Endpoint Name Here
python manage.py migrate
python manage.py createsuperuser
pip install awscli
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.1.tar.gz
(529.7 kB
view details)
Built Distribution
chatbot_code-0.3.1-py3-none-any.whl
(263.4 kB
view details)
File details
Details for the file chatbot_code-0.3.1.tar.gz
.
File metadata
- Download URL: chatbot_code-0.3.1.tar.gz
- Upload date:
- Size: 529.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 971f53014762f8363c1f6db083b8860e947e1efe5bf33f60f26b8da94059e6a8 |
|
MD5 | 68fcdc76667f840275309fd5f3773922 |
|
BLAKE2b-256 | f7c54417491eed228291d4a2cfa51462c05b3dc3beff155e18186999b309320a |
File details
Details for the file chatbot_code-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: chatbot_code-0.3.1-py3-none-any.whl
- Upload date:
- Size: 263.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 | df469695943d52051d120af4132cf7890baa6a4c3ea4ba83269bdb3a631fa4fd |
|
MD5 | 1a78c7caa5ebcbceb41bfb3a521c9de8 |
|
BLAKE2b-256 | 0e7c5e346e8631a67cb2c56301af9b05c41bcf2dcbc0db64362db3988bb030f5 |