I built a local voice AI that can change to 9 different personalities!
Lasha Gamzardia has developed a voice AI named ShiftAI that can switch between nine different personalities. Users can change its personality by voice commands, and it includes options like mean, depressed, and philosophical. The application is built using Python and Tkinter, but it is not optimized for mobile devices.
- ▪ShiftAI can adopt nine different personalities including mean and philosophical.
- ▪Users can change the AI's personality through voice commands.
- ▪The application is developed using Python and Tkinter, but is not mobile-friendly.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3947569) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Lasha Gamzardia Posted on May 23 I built a local voice AI that can change to 9 different personalities! #ai #webdev #programming #python i made this AI called ShiftAI, a voice AI, but it is not for assisting, it has the ability to switch personalities.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).