Our idea is to use AI, ML and open source technologies to revolutionize the healthcare fields - specifically Mental Wellness and Eye Care using Autonomous AI Agents. These Autonomous AI Agents are using SuperAGI and deployed on AWS. We have given the choice to users on our landing page to use Eye Health or AI Therapist for their purposes. The Eye Health uses Eye Care AI Agent to track blinks of users and let them know how their eyes are and what is the blink status of their eyes using real time live webcam feed. This will help to notify users and recommend them best strategies for eye care and early stage detection and prevention from diseases like Dry Eyes Disorders. We have the AI Therapist that uses Mental Wellness AI Agent to track the moods of the user from a live webcam feed and the SuperAGI helps in replying to users based on the mood track what they should do in order to be in a good mood, this helps users to track real time their moods and get some suggestions from AI Therapist. People of all ages have the tendency to have long working hours and exposures to screens and devices. These causes issues for eyes and also mental health gets affected due to such behaviors, mental wellness and some basic guidance as initial steps for healthcare can be provided by the AI Therapist and that can help users to track their mental moods, in future we can also allow them to have chatbots and have conversations with AI Therapist and Eye Care Agent. Eye Care Agent can help in tracking blinks and how good their eye health is and can suggest if their blink count per minute is less than 12, it can suggest the users to have some time off, do exercises, take a break, engage in healthy activities and take care of themselves. Screen time and usage of users can also be tracked and it can help to suggest users what steps to be taken in terms of productivity, creative and efficient parental controls, gaining better leverage on data using insights from AI & ML
We have created an extension named IntelliSum that uses LLama2 and Clarifai for Intelligent Summarization and extraction of text from a given URL, using Stable Diffusion it can also generate AI Prompts and Images for given prompts. We have made this extension that is compatible with browsers and helps users to generate summary of texts, extract arguments from a piece of text, generate AI prompts and generate images according to the AI prompts. We have used technologies like JavaScript, Python, Llama2, Clarifai and other web technologies for creating this extension, we further in future want to extend our scope to fake news and fakeness detection in articles and AI Assitants
This app lets the user automatically scrape websites by letting Stablecode generate JavaScript code to parse a part of the HTML and convert it to a CSV. Here is how our app works: The user enters a URL and the app returns the page's HTML. The user can then tell the AI where the data is located, and Stablecode will then write javascript file to parse the HTML and convert the relevant part into a csv. We are taking inputs from the user, that input will be HTML link that user wants to scrape and parse, we have the option given to user to select an element and write a prompt accordingly to scrap and parse that element from the given HTML link. Stablecode will generate JavaScript code to parse part of HTML and convert it into CSV format. This will help users to scrape websites and get JavaScript code for the selected element as well as the Downloadable CSV format code for the selected element.