Author: Franz Malten Buemann

  • Custom chatbot for government services query

    So I am trying to create a chatbot for queries regarding the government services. can you guys help me how to build a custom chatbot and deploy it? how do I collect and create a dataset since there is no dataset available? what frameworks, and libraries are suitable for my project? It would be helpful for me.

    submitted by /u/amewzz_py
    [link] [comments]

  • Best NSFW AI chatbot

    Everyone watching this, i found the perfect chatbot.
    It has its pro’s and con’s but offers allot;
    PRO’S:
    – Free + no payements
    – Offers lots of AI’s
    – U can see the community’s AI bots and u can create ur own
    – Fork with other people’s AI’s (Adjust them (create ur own))
    – See people’s public chats. (u can make ur own custom public chats, u can create private ones also)
    – Allot of tags

    CON’s:

    – Can’t search for a specific AI bots
    – Pop-up adds. (u can use ad-blocker)

    AI: https://harpy.chat

    submitted by /u/N0S0C13TY
    [link] [comments]

  • AI API open source tool on mobile

    We’ve been developing an open source tool to use the AI APIs on mobile for months.

    Here’s the link:

    AIBridge (github.com)

    This project is designed to use external AI APIs in mobile as many as possible. Currently we’ve implemented ChatGPT and PaLM.

    We’d love to hear any feedback and suggestion if you’re interested in.

    You can also find the built version of the project on Playstore or Appstore.
    The name of the app is AI Bridge!

    submitted by /u/jhj0517
    [link] [comments]

  • Helpful chatbots that you find really help you irl

    Do you have any chatbot make that you find really helpful, like in study, work, learning language, health advice,.. feel free to share!

    submitted by /u/Salt_Owl_3599
    [link] [comments]

  • 5 AI sexting chatbots I recommend in 2024

    1. SoulFun: Most Immersive AI Sexting Chat Experience

    The team behind SoulFun has a strong technical background in AI. Now they’ve combined image generation technology with large language models (LLMs) to create lifelike AI girlfriends chat mode. Here, you’re not just texting with NSFW chatbots that have only avatars, but interacting with lifelike AI girlfriends.

    Features:

    Uncensored & Multimode AI engine

    Flesh-and-blood AI Characters: 10+Pretrained female characters

    Engaging Text interaction

    NSFW Image Generation: You can ask characters to send you photos, including NSFW photos, as if you were sexting in real life

    Good Context understanding and consistency: Based on the large Language Model LLama 2, it provides an extremely good contextual awareness, self-learning mechanism and creative generation

    Customize your own AI sexting companion

    1. Muah: The only one supports Text, Voice, Image & Phone Call

    Muah stands out for its AI multimodal functions which not only supports sexting by text, but also by Image, Voice, and even Phone Calls.

    1. Candy: Photorealistic NSFW AI Images

    Candy AI, as a dark horse in this year’s AI Sexting arena, has become a strong rival to SoulFun. It also uses up-to-date AI technology to create a range of virtual companions, and supports a photorealistic level NSFW AI image generation.

    1. Joyland: Enjoy your NSFW stories in the Land of Joy

    Unlike the earlier AI sexting sites, the following are more traditional chatbot-type applications. Their main feature is that they only use large language models (LLMs) for generating conversational content but are average in image generation capabilities. Rather than simulating real chat apps, they are more like text adventure games powered by AI, with a wealth of characters and numerous stories to satisfy your sexual fantasies.

    Joyland is one such example, standing out due to its rich and varied story characters and lively, interesting dialogue content.

    5. Chub Venus: Free NSFW alternative to Character AI

    As a similar NSFW AI chatbot alternative to Character AI, a key advantage of Chub AI is its ability to use your own API key, combined with their model fine-tuning, to generate text.

    The benefit of this approach is that if you already have access to some AI model APIs, generating these texts will be free for you (though you also have the option to choose their paid API keys or LLMs). The downside is that these settings are not very beginner-friendly.

    submitted by /u/Stupid_hardcorer
    [link] [comments]

  • A good use case: Chatbot-Integrated Dashboard

    I’ve been crafting chatbots for a while now. 5 for quite different customers. But here’s the latest use case I found interesting: Recently I’ve build a dashboard integrated with an AI chatbot. It answers questions about the database. The question is converted to a SQL query which is ran on the database to calculate real-time accurate result. It made the dashboard more powerful and eventually more user subscribe to the dashboard.

    Pretty stoked about this use case, both intriguing and valuable. Has anyone else dived into something similar?

    submitted by /u/Cyraxess
    [link] [comments]

  • Creating A Chatbot

    Hello. I am new here (as irrelevant as that sounds – I want to ask for patience on mistakes and ignorance).

    I am wanting to make a chatbot for my work, and was curious how I would go about doing this. I am a programmer, proficient in PHP/SQL/Javascript. I make websites for businesses for their work orders, invoices, etc. I have over 50 clients now. So here was my idea:

    • Create a chat bot that I can interact with and get information about each client.
    • I was hoping that the chatbot could pull GIT repository, so they always have an up to date version of my codes. Each client has their own repository, so the chat bot should easily distinguish which code goes to which client.
    • I was hoping that the chat bot could know the the code that it interprets, and know the functionality that happens within that code. (I am thinking of similar to GIT CoPilot, if you’ve ever used that – it can “predict” code for you based on information you as it. For example put a comment in saying “loop through `x` and change it to `y`” kinda thing, terrible example, but it would suggest code. It’s not always correct, but that’s okay, I am able to go behind it and check it/make adjustments.
    • Our clients are currently on 3 different framework versions (the frameworks have been made from scratch that we have built, so the bot would not take from something like Laravel, it would get to know OUR frameworks.
    • I would then want to be able to ask things like: “[this company] wants to change their payment processor from Clover to Stripe. Have I done this anywhere else?”
      • And the chat bot could possibly return with “Yes, you did this on another v1 framework, [this company]. Here’s how you would do it: [and then list steps with code examples].”
      • If the chatbot runs into a “no you haven’t done this on another client” then it can get general programming knowledge or API information and explain sample codes from Stripe.
    • Or perhaps I could say “does [this client] have [this feature]”
    • Or I could say “The client wants to change the name of their status of work orders from “complete” to “job complete”, what files will this affect” – And the chat bot could return with information on where we are checking for “complete” statuses.

    These are just rough examples. Because we have so many now, it is getting a little more difficult to keep track of everything that each one has. So we often have to go and hunt them down. And sometimes, we have clients who do not need things sometimes even for a year. A year later they ask for something, and we have to go remind ourselves of how their system works. All systems are 100% custom to the company that we build it for, there are no two the exact same.

    It would be really awesome if we could start a conversation with the chat bot saying something like “I’m going to implement this change on this client, can you walk me through it”. And the chat bot possibly create steps (I have seen other chat bots do this as well), and we can do things like “well I have this, but I’m getting this error”, and the chat bot will say “okay, try this” or “oh, it looks like you have a typo – change [that] to [this]”.

    I know this is a lot to take in. But does anyone know how I would even get started on this? I am very new to chatbots, while I’ve played with them, I’m getting very lost on their development. Please remember that my expertise is in PHP, and I’m fully aware that something like this will not be easy, or quick. But is there someone out there who can give me some knowledge to at least get me started? I do not intend to make this for monetary gain, only for personal business use.

    submitted by /u/LostInEscape
    [link] [comments]

  • What do you want in AI developments in 2024

    A new year is coming, we all know that AI gonna be even more developed in the next year, both good and bad. So what you do want to see with AI the next year?

    submitted by /u/Salt_Owl_3599
    [link] [comments]