Pico is a smart assistant à la Siri or Alexa, implemented with large langauge models (LLMs) from OpenAI, primarily GPT-4.
The design principle involves linking multiple LLM agents, simple functions, and API calls to make a smart assistant that can chat and interact with the world.
- Chat in natural language, using speech recognition.
- Send emails on request.
- Send SMS on request.
- Create or modify Google Calender events on request.
- Query the internet and return information about weather, news, and general facts.
- Play music on request.
- Interact with IoT devices.
- Make phone calls on request.
- Implement gradio interface.
- Read PDFs and documents and answer questions about contents.
- Create and edit files (Python and text to start)
- Create a powerpoint presenation on a given subject, need to research, save files, generate summaries, generate script for presenation, collect or create images, organize images coherently.