Jarvis Alternatives
Similar projects and alternatives to jarvis based on common topics and language
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
NexaAIOne
Arm you with all the essential tools to integrate AI seamlessly into your apps, regardless of the coding language you're comfortable
-
-
docker-apache-php-laravel
Docker environment required to run Laravel (based on official php and mysql docker hub repositories)
-
settings-bundle
A bundle to easily create typesafe, user-configurable settings for symfony applications
-
Spikster
Spikster is an open-source, powerful web hosting control panel designed to simplify server management and automate web services. Quickly set up and manage Nginx, PHP-FPM, MySQL, Redis, Exim, Dovecot, SpamAssassin, ClamAV, and Roundcube all from an intuitive interface. Perfect for developers, system administrators, and managed service providers.
jarvis discussion
jarvis reviews and mentions
-
PHP-powered OpenAI-assistant
I wanted to share a project I've been working on recently: Jarvis, a chatbot based on OpenAI API, with a particular focus on the new assistant-feature "function calling". It can easily run local code, including filesystem functions, sending emails, or calling APIs like DALLĀ·E. It can eg. create whole websites with all files locally, even including (due to current api-limits) one generated image from dalle-3. Adding new local functions requires zero knowledge about python, symfony or the OpenAI-api, basic PHP knowledge is sufficient. The predefined skills include:- Filesystem operations (read, write, list, create) within the local container- Reading remote files via curl_get- Sending emails via SMTP- Creating images via Dalle-3- Accessing the Portainer APIIt is completely free(GPL), available on GitHub: https://github.com/Mugen0815/jarvis and DockerHub: https://hub.docker.com/r/mugen0815/jarvis
Stats
Mugen0815/jarvis is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of jarvis is PHP.