GithubHelp home page GithubHelp logo

tiresias's Introduction

TiresIAs

TiresIAs is an open-source AI-driven assistant that leverages a vision-language model to process voice queries about the environment and provide audible responses. While its primary objective is to assist individuals with visual impairments or blindness, it can potentially be extended into a broader question-answering assistant with visual capabilities.

TL;DR: I’ve stiched a few APIs together to ask GPT4 questions about whatever happens to be in front of you, potentially useful for visually impaired people.

Devlog / blog post / whatever you wanna call it about the project here (TBA).

Demo video (Sound on!)

demo_poc.mp4

How it works

Currently this repo only holds a quite simple proof-of-concept, the inner working is outlined in the diagram below. Basically, the run function takes an audio file with a question and an image, (1) converts the audio to text using Whisper, (2) asks GPT-4V the corresponding question while passing the context image, and then it (3) converts the answer to the question to audio using GCP Text-to-Speech API.

Workflow of the initial proof of concept for TiresIAs.


Instructions to install / run the project

Soon™️


Backlog

Main things I want to add in the near future listed in no particular order.

  • Add demo video.
  • Add blog post.
  • Refactor code to use classes + error handling.
  • Add instructions to the readme + requirements and so on.
  • Add speech thresholding / question extraction before S2T.
  • Local whisper (whisper.cpp).
  • Local Vision-Language model (BakLLaVA?).
  • Android app (API-based).
  • Android app (on-device models).
  • Jetson edge execution + glasses.

tiresias's People

Contributors

guillesanbri avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.