Found 572 repositories(showing 30)
aws-samples
Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
Neph0s
Official code for the paper: InCharacter: Evaluating Personality Fidelity in Role-Playing Agents through Psychological Interviews (previously: Do Role-Playing Chatbots Capture the Character Personalities? Assessing Personality Traits for Role-Playing Chatbots)
HubertKasperek
Single binary, lightweight, and easy-to-use backend, API, and WebUI that allows you to easily create your custom chatbot/AI character locally
ossirytk
Local character AI chatbot with chroma vector store memory and some scripts to process documents for Chroma
rmusser01
Standalone Client for tldw_server; NotebookLM(+more) in your terminal; No tracking/Can run entirely offline
ZeroMirai
Waifu_AI_Vtuber is a AI virtual YouTuber chatbot powered by OpenAI GPT-3.5, interacting in real-time with YouTube live chat and converting responses into Japanese audio using VoiceVox. Create multilingual subtitles and customize character prompts.
batuhantoker
A Flask chatbot application that can impersonate multiple characters and is powered by OpenAI's GPT-3.5 Turbo. This chatbot allows users to interact with different characters, each with their unique backgrounds and personalities. Additionally, it features a user-friendly chatbot UI written in HTML.
markelaugust74
A local-first AI chatbot studio with Live2D animations - Create, customize, and chat with AI characters that come to life through expressive Live2D animations *Work In Progress **Link Is UI ONLY**
Daffabot
Chatbot with Character Live2d Model by Daffabot
canxkoz
Cohere Coral Hackathon Project (Cohere Maker Spotlight): Co:Sona is a chatbot that impersonates any film character, figure, or model, providing a unique, engaging, and personalized chat experience.
virkillz
Mobile apps for Android and iOS for self hosted AI Character Chatbot using Ollama and Openrouter.
hyperconnect
This repository contains code for the paper "Meet Your Favorite Character: Open-domain Chatbot Mimicking Fictional Characters with only a Few Utterances", published at NAACL' 2022
zrbyhelp
实现新的阅读方式,不再是冷冰冰的阅读,不再是单人阅读,而是用户参与其中,每个角色都有自己的故事线。从传统线性模式变成树状结构阅读
Gogolian
An Open Source Project that will, gather consensual info from people about traits of their characters, views and beliefs, to fund a database, that can be used in the future to provide those people, or their descendants with chatbots as digital twins of theese people. Saving humanity before they disappear.
stormulv
this Ai chat bot is a beautiful AI chatbot application built with Next.js, featuring a Koa AI Agent-inspired design with anime character illustrations and a modern chat interface.
Telegram chatbot using Character.Ai
joshuadeguzman
A simple character-based chatbot assistant built with Flutter and OpenAI.
gr8monk3ys
An AI chatbot application for character interaction
CarstenIsert
Deep Learning Project for the Latin Language using a character based RNN to generate text and function as a chatbot and word embeddings using word2vec.
genbounty
Long Term Memory Chatbot A sophisticated AI chatbot with persistent personality and memory, designed to maintain consistent character traits and conversation history across sessions.
Loke-60000
Christina-7b, a chatbot inspired by the character Kurisu from the popular visual novel game "Steins;Gate" .
submitaitools
A curated list of awesome AI chatbots for conversations, characters, relationships, fun, and creativity.
dmmagdal
Use the voice lines from characters in the Portal franchise to create custom text-to-speech chatbots.
khaledelhady44
Welcome to the Harry Potter Chatbot repository! This project features an interactive chatbot designed to bring the iconic character Harry Potter to life. Through advanced natural language processing techniques, this chatbot emulates the personality, knowledge, and charm of Harry Potter himself.
Mayank-cyber-cell
A fun and interactive web game where users go on a blind date with a mystery AI character. Built using React and OpenAI API, the chatbot takes on different romantic or quirky personalities, offering flirty, witty, and surprising conversations. Includes character selection, real-time AI responses, mood shifts, and a reveal ending for an engaging use
JSilver-Legend
No description available
Babel5430
Character based roleplay chatbot enhanced by memory-system
Shineii86
Free REST API for multi-character anime chatbot with real-time updates, quotes, recommendations, and images.
parker84
Chatbot for talking to characters from the Office (popular TV show).
Aanchal123
A chatbot is a type of AI software, developed for the purpose of simulating a conversation with the user. They converse in natural language via messaging applications, websites, or any other form of communication platform. Some chatbots use extensive word-classification processes, Natural Language processors, and sophisticated AI, while others simply scan for general keywords and generate responses using common phrases obtained from an associated library or database. In our project, we have developed a model where the user can create a chatbot specific to a character. The user will be able to interact with the chatbot by giving it a few personality traits and the chatbot will be able to hold a conversation accordingly. If a personality is not specified then the chatbot has been given a default character - ‘Joey’ from the T.V show ‘Friends’. We do this by using Simple Transformers Model along with the pre-trained model provided by Hugging Face. This includes the training dataset for various personality traits; but since we decided to give the chatbot a unique default character, we trained the model and fine-tuned it to a dataset we created ourselves in the same JSON format from every episode’s script of the show. Lastly we used Tkinter package to build the GUI for the chatbot and connected it to our trained model and the chatbot was ready to chat.