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 virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python validate_api_key.py
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chatbot_code-0.3.16.tar.gz.
File metadata
- Download URL: chatbot_code-0.3.16.tar.gz
- Upload date:
- Size: 777.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7939b7fdaa8fc16931c3d8852a69f5a915e17e599dbd255c52784d55070f891d
|
|
| MD5 |
d0d4cfa284543414031ca724cb43200a
|
|
| BLAKE2b-256 |
ef6bde139b162758792450d9d6c19ac60ce9d191dec4c9148056467ff38dd4ee
|
File details
Details for the file chatbot_code-0.3.16-py3-none-any.whl.
File metadata
- Download URL: chatbot_code-0.3.16-py3-none-any.whl
- Upload date:
- Size: 881.0 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 |
978aad249b4710d59d4e24bff63c61a363975bb8cf7a86db2a09530d0c04174f
|
|
| MD5 |
0a03d0dae9fb9f7844eb7ef1443917d4
|
|
| BLAKE2b-256 |
0e9b99d25eee3bf1359278d6ba1b35bba06e04e4ae0f05a5d4c7de5405e13c56
|