Introduction: What is Prometheus?
'A warm light for all mankind to share'

Search for a command to run...
'A warm light for all mankind to share'

No comments yet. Be the first to comment.
In this series, we learn how to make a voice enabled virtual home assistant, Prometheus, with super rich features and a bot that can to communicate directly with the system from a mobile phone.
In this blog, we build a fully functional e-commerce site with Django and Wagtail CMS. I will also be briefly discussing: Why choose django framework to build a custom e-commerce website Which One is Better For Your Website? Django CMS Vs WordPress ...

Introduction Artificial Intelligence is revolutionizing the world today as we know it through technical transformations. Machine learning applications are applied in our day-to-day lives, and one of the incredible applications of machine learning is ...

UPDATE Youtube has taken down the view count API and this functionality is no longer functional Overview: Earlier this month, video sharing service YouTube, which is now the second-most-used platform online, announced that while the "dislike" button ...

Overview: Machine Learning (ML) and data science applications are in high demand. When ML algorithms offer information before it is known, the benefits for business are significant. Integrating machine learning algorithms for inference into productio...

Introduction Spam is a fact of life on the internet. If you enable comments or contact sections on your website, you will have to deal with spammers. To prevent your site from making a poor first impression, you’ll need to find a way to stop spam in ...

One month ago, I was set out to build an AI system for my home like JARVIS AI from Mark Zuckerberg, inspired by Iron Man. I decided to name it Prometheus, because the myth still makes up the lower strata of my psyche;) The AI system also has a chat bot interface that is connected to the system for remote operations. The system also has some features that are in active development and therefore I cannot blog them for now eg, using a drone for perimeter scouting and controlling home devices like bulbs using Prometheus. Credits to Flying Emu for the Awesome Jarvis UI that I happily copy pasted and reverse engineered a bit to show responses of the user.
Our virtual assistant has the following features-:
a.) Web User Interface
b.) ChatBot User Interface
I am currently in the process of buying smart home devices and a drone to integrate them to Prometheus. One major problem with smart home devices is that they lack common standards to communicate, making integration a challenge.
Prometheus is basically a hub of API's that leverages a number of artificial intelligence techniques, including speech recognition and object detection. It is written in Python's Django REST Framework, Flask microframework and Javascript.
