S.E.B.A.S.T.I.Ã.O banner

S.E.B.A.S.T.I.Ã.O

5 devlogs
5h 56m 59s

A chatbot that can detect your feelings with computer vision software,
and it can recognize if it’s you or somebody else.

This project uses AI

I’ll only use Ai for debugging if I cant figure it out by myself.

Demo Repository

Loading README...

davidgrajao13

Finaly, prototype done…

Github Repo:
https://github.com/CoderRajao/SEBASTI-O_Prototype.git

Github link:
https://github.com/CoderRajao/SEBASTI-O_Prototype/tree/main

Pre read-me:
A chatbot that can detect your feelings with computer vision software, and it can recognize if it’s you or somebody else.

Youtube show of: https://www.youtube.com/watch?v=5zOTu5MABMs

/////////////////////////////////////////////////////

How to get it running: First install ollama by pasting this into Powershell:

irm https://ollama.com/install.ps1 | iex

Copy and paste the code in main, and run this line in the terminal of your env :

pip install deepface opencv-python ollama tf-keras

Then:

ollama pull gemma3:12b

And also dont forget that before running the code use:

ollama serve

In the terminal

///////////////////////////////////////////////////

The objective of this project: THIS PROJECT IS A PROTOTYPE, that means it’s NOT FINISHED. The main goal was to make a more interactive chatbot inspired by J.A.R.V.I.S. All of the main features are working, but the Ai sometimes misinterprets your feeling. Im looking to make SEBASTIAO a better interface then just prints.

The project in its corrent state is fun to mess around with.

|||||||||||||||||||||||||| !!Disclaimer: The LLM runs of a local instance of ollama!!

Attachment
0
davidgrajao13

The prototype is almost done!
By tomorow it would probably be finished, and

the visial feature extraction is finaly working!!

Attachment
1

Comments

davidgrajao13
davidgrajao13 about 1 month ago

Well……………
There are some nasty bugs and stuff to polish And a git repo to do, also I have a test tomorow.
Sooooooooooooo it needs to wait some time

davidgrajao13

Finaly found a pre-trained one-shot learned face identificantion model in library.
Its DeepFace. If it wasn’t for them this project would be canceled 🥹🥹🥹.

https://pypi.org/project/deepface/.

#also it can identafy Age, Gender, Emotion and Race!

Attachment
2

Comments

theskriptkid
theskriptkid about 1 month ago

Will there be an release eventually? Looking forward to this! Seems like an Awesome Idea!

davidgrajao13
davidgrajao13 about 1 month ago

There will be an eventual prototype release this week. But it might take a while to build the interface