Metadata-Version: 2.1
Name: djasa
Version: 0.0.1
Summary: A Django package designed to seamlessly integrate Rasa into Django projects. Modular, maintainable, and user-friendly.
Project-URL: Homepage, https://github.com/godd0t/djasa
Author-email: godd0t <lirrishala@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: django>=4.2.5
Requires-Dist: rasa-sdk>=1.4.0
Requires-Dist: requests>=2.31.0
Requires-Dist: ruamel-yaml>=0.17.32
Description-Content-Type: text/markdown

# Djasa: Seamless Rasa Integration for Django

Djasa is a Django package designed to seamlessly integrate Rasa into Django projects. Our primary goal is to provide a modular, maintainable, and easy-to-use solution for developers aiming to incorporate chatbot functionalities.

## Key Features

- **Plug-and-Play Integration**: Easily integrate Rasa into any Django project and leverage Django's ORM for data management.
- **Unified Management Dashboard**: A visual interface for training, testing, and managing Rasa models. Plus, an editor for defining intents and responses.
- **User Contextual Awareness**: Utilize Django's authentication for personalized chatbot interactions and real-time data fetching.
- **Feedback Loop Integration**: Efficiently collect user feedback and set automated schedules for periodic Rasa model retraining.

## Installation (TBD)

We are working diligently to provide a smooth installation process. Detailed installation steps will be provided soon.

## Setup (TBD)

Our aim is to make the setup process intuitive and hassle-free. Detailed setup instructions will be added shortly.

## Contribution

We value community contributions and feedback. If you encounter any issues or have suggestions for improvements, please raise an issue or submit a pull request.

## License

MIT License. See [LICENSE](./LICENSE) for more details.
