An Atritifical Intelligence based chatbot app which learns from human interactions and grows. As the user keeps interacting, the bot keeps transcript of each conversation and grows accordingly.
Install & try the app: Download APK
- This app displays a list of user and bot messages combined using androids recyclerview and recyclerview adapter classes.
- It fetches data from an PersonalityForge API. Data is being fetched by using Volley library to connect to the internet. Volley works in the background thread and once the response is out, it then returns this response to the main UI thread from where the new data is shown in the Main Screen of the app.
- Users can interact with an AI bot and as they talk more and more, the bot adapts and grows. It uses all conversation transcripts with any user.