Focus Areas
Advanced Prompt Library
5 Expert PromptsCreate a calendar scheduling system for Secretaries and Administrative Assistants, generating meeting schedules for up to 5 people, allowing attendees to decline or reschedule invitations, and providing reminders 1 day before a scheduled meeting. Please provide the code in Python.
Develop a simple email templating system for Secretaries and Administrative Assistants, allowing them to choose from 10 different templates for common tasks like welcome messages, meeting reminders, and task confirmations. Please provide the Python code with a user-friendly interface using Flask or Django. Include email sending functionality using SMTP.
Write a Python script to automate the file organization for Secretaries and Administrative Assistants. The script should be able to categorize files based on file extensions, move files to corresponding folders, and delete unnecessary files older than 6 months. Please create folders in cloud storage services like Google Drive or Dropbox, and use the Drive or Dropbox API for authentication.
Design a conversational AI-powered chatbot for Secretaries and Administrative Assistants using the Rasa framework. The chatbot should be able to handle common tasks like scheduling appointments, sending email reminders, and managing digital files. Please provide the chatbot's conversational flow, intents, entities, and responses.
Create a natural language processing (NLP) system to automate meeting minutes for Secretaries and Administrative Assistants. The system should be able to extract key points, action items, and decisions from meeting recordings or transcriptions. Please provide the NLP pipeline in Python using libraries like SpaCy or NLTK, and integrate it with a note-taking application like Evernote or OneNote.