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.3.tar.gz
(515.1 kB
view details)
Built Distribution
chatbot_code-0.3.3-py3-none-any.whl
(235.6 kB
view details)
File details
Details for the file chatbot_code-0.3.3.tar.gz
.
File metadata
- Download URL: chatbot_code-0.3.3.tar.gz
- Upload date:
- Size: 515.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff696f958ce3db480c20375ff5fed5282be72682f298cb380f6c714c77a33238 |
|
MD5 | 0362b520bb133d2f28325c392d45fd52 |
|
BLAKE2b-256 | e1da045bb7b9602bf331c9f6baf433aa0253fd253e28b33e687b1c27a9884c0f |
File details
Details for the file chatbot_code-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: chatbot_code-0.3.3-py3-none-any.whl
- Upload date:
- Size: 235.6 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 | d96af23cb95c23af879c7ccfd57a498c06e916aea4d9fe497bab31539b892bb7 |
|
MD5 | 4f019f06ec8f31ab017711f1fbef385b |
|
BLAKE2b-256 | e407c87786329919cb345f2c5498442a735ccb7bebbacea53ef9c3abe5379edd |