A chatbot that can detect your feelings with computer vision software,
and it can recognize if it’s you or somebody else.
I’ll only use Ai for debugging if I cant figure it out by myself.
A chatbot that can detect your feelings with computer vision software,
and it can recognize if it’s you or somebody else.
I’ll only use Ai for debugging if I cant figure it out by myself.
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!!
Log in to leave a comment
The prototype is almost done!
By tomorow it would probably be finished, and
the visial feature extraction is finaly working!!
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!
I made it track my ugly face!
Log in to leave a comment