Skip to content

RealSput/Ixver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

Ixver

Ixver (iyks·vur) is a web voice assistant I made for fun. It is built on top of Microsoft's DialoGPT.

Add to Tampermonkey

What is it useful for?

Ixver is useful for handlessly getting quick answers to uncomplicated questions. For example, when you're wondering what a company is, you can say:

Computer, what is the company Apple?

.. and it usually returns with this:

It's a company that makes computers.

It can do a lot, ... and sometimes not a lot.

Since it is built on DialoGPT (a less powerful model than ChatGPT, but open-source) it cannot do the same things that a voice assistant like Siri or Google Assistant can do.

For example, getting a result to a mathematical problem (even 1+1) will almost never work.

Why should I use this like it's practical?

You should not (or at least, on other websites).

Trust me, even Bing will return with better answers than Ixver. This is just an toy project that I wanted to make.

A reason why is the UI: While it might be sleek, it might glitch with some websites. Here's a screenshot of it working with example.com:

image

It looks quite weird, even with such a simple website.

Another reason: it barely ever returns correct answers.

The prompt was:

"Who founded Microsoft?"

The result, well... I'll just have to show you: image

So that's why I discourage using this on a website outside of Ixver's homepage.

But... what if I do want to use it on a different website?

If you do end up wanting to use it on a different website, then download an extenstion (like Grease/TamperMonkey), and click the button on the top. It should then install Ixver for you.

If you want to implement it in your own website, you should download the "web/ixver.js" file, place it in your web server, and put this in your page:

<script src='ixver.js"></script>

Where can I try it?

You can try it at the homepage.