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.6.tar.gz
(530.1 kB
view details)
Built Distribution
chatbot_code-0.3.6-py3-none-any.whl
(263.8 kB
view details)
File details
Details for the file chatbot_code-0.3.6.tar.gz
.
File metadata
- Download URL: chatbot_code-0.3.6.tar.gz
- Upload date:
- Size: 530.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 | faae23fa48ababfc52fc9446bd7868db3b2ada9ccc0a441e39a81e06fdc78ca7 |
|
MD5 | 7d26cc60c434deaaea17dc2c20be291c |
|
BLAKE2b-256 | e271009064def7ddb00f2dc38106599ca36cb5bc3a1b4b3781755c9f19f85e94 |
File details
Details for the file chatbot_code-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: chatbot_code-0.3.6-py3-none-any.whl
- Upload date:
- Size: 263.8 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 | 6cc383773b370a0697e4c88cbedc6451387afe684163a129faa1f5218d8c7ac8 |
|
MD5 | 551aa9716f6fd3f1afcd3e41c1aa7e1b |
|
BLAKE2b-256 | d5aff3b7c35aec1c2bbbbb4b0e42943635e2cb97194d98207e655820c4113ea1 |