Pinned Repositories
commbase
🤖✨ Dialog-first platform for developing interactive AI-Powered assistant-like applications on Linux
commbase-docs
The official Commbase documentation online
commbase-genai-llm-openai-gpt-p
commbase-genai-slm-ollama-phi3-mini-memory
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Midweight implementation with session memory for enhanced language generation
commbase-genai-slm-ollama-phi3-mini-memory-remote-rag-pinecone
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Heavyweight implementation with memory for language generation, featuring remote RAG and Pinecone for persistent memory
commbase-genai-slm-ollama-phi3-mini-nomemory
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Lightweight implementation without memory for language generation
commbase-stt-whisper-proactive-p
A proactive version of STT engine for Commbase
commbase-stt-whisper-reactive-p
A reactive and remote-ready version of STT engine for Commbase
commbase-text-translator-phi3-mini
Translates text from one language to another using the Ollama API with a specific Phi3 mini language model from Microsoft
libcommbase
libcommbase is a collection of libraries to centralize common functions that can be shared across multiple conversational AI assistant projects. It operates offline and can be implemented with AI (ML/DS) and programming languages
My Droid and I's Repositories
mydroidandi/commbase
🤖✨ Dialog-first platform for developing interactive AI-Powered assistant-like applications on Linux
mydroidandi/libcommbase
libcommbase is a collection of libraries to centralize common functions that can be shared across multiple conversational AI assistant projects. It operates offline and can be implemented with AI (ML/DS) and programming languages
mydroidandi/commbase-docs
The official Commbase documentation online
mydroidandi/commbase-stt-whisper-reactive-p
A reactive and remote-ready version of STT engine for Commbase
mydroidandi/commbase-data-exchange
Server for exchanging JSON data with clients over HTTP and WebSocket connections, allowing clients to save and retrieve JSON data in real-time
mydroidandi/commbase-genai-llm-google-gemini-p
mydroidandi/commbase-genai-llm-meta-llama-p
mydroidandi/commbase-genai-llm-openai-gpt-p
mydroidandi/commbase-genai-slm-ollama-phi3-mini-memory
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Midweight implementation with session memory for enhanced language generation
mydroidandi/commbase-genai-slm-ollama-phi3-mini-memory-remote-rag-pinecone
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Heavyweight implementation with memory for language generation, featuring remote RAG and Pinecone for persistent memory
mydroidandi/commbase-genai-slm-ollama-phi3-mini-nomemory
Generates AI-driven responses using the Ollama API with the Phi3 mini model from Microsoft. Lightweight implementation without memory for language generation
mydroidandi/commbase-recorder-transmitter-b
A voice recorder and recording transmitter for Commbase
mydroidandi/commbase-recorder-transmitter-s
A voice recorder and recording transmitter for Commbase
mydroidandi/commbase-skills-catalog
Commbase Skills Catalog
mydroidandi/commbase-stt-vosk-p
An ASR (Automatic Speech Recognition) engine. It is capable of converting spoken language into written text without requiring an internet connection, making it a reliable and secure solution for any application that needs speech-to-text functionality
mydroidandi/commbase-stt-whisper-proactive-p
A proactive version of STT engine for Commbase
mydroidandi/commbase-text-translator-phi3-mini
Translates text from one language to another using the Ollama API with a specific Phi3 mini language model from Microsoft
mydroidandi/commbase-tts-gTTS
A Commbase-ready TTS executable using gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API
mydroidandi/commbase-tts-pyttsx3
A Python application that utilizes text-to-speech capabilities to read out the content of a file or any input text provided
mydroidandi/.github
Public organization profile
mydroidandi/commbase-http-server
Commbase HTTP Server