EVA Visualization API is a Python-Django based API for generating visualizations of EVA, an AI virtual assistant that serves as a front desk operative in hotels. This innovative tool visualizes the conversational interactions of EVA, offering insights into its operational effectiveness and guest engagement.
- Conversational AI Visualization: Dynamic representations of EVA's interactions with guests.
- Secure Authentication: Access restricted to authorized users, ensuring data security.
- Customizable Visual Output: Allows users to request specific site visualization.
- High-Performance Backend: Built on Django for efficient and scalable request handling.
- Python 3.x
- Django 3.x
- Clone the repository:
git clone [repository URL]
- install dependencies:
pip install -r requirements.txt
- Start the Django server:
python manage.py runserver
- Access the API endpoints:
- Authentication:
http://localhost:8000/auth
- Visualization:
http://localhost:8000/eva-snapshot?{parameters}
For any inquiries or support, please contact Jordan Prescott at [email protected] or via our alternate email [email protected].