Python Forum
Need Assistance with Creating an AI Chatbot for Client's Website
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need Assistance with Creating an AI Chatbot for Client's Website
#1
I'm working on a project for a client who wants to integrate an AI chatbot into their website. The chatbot should be able to handle customer inquiries, provide information about services, and assist with common tasks.

I've integrated a basic chatbot on a client's website, but they now want to upgrade to a more advanced AI chatbot. I'm facing some specific challenges and would appreciate your advice.

Here are some issues where I'm totally stuck:

The current chatbot struggles with accurately understanding complex queries. What are the best Python libraries or pre-trained models to improve Natural Language Understanding? I've considered using SpaCy and Hugging Face's Transformers, but I'm unsure how to implement them effectively.

client wants features like sentiment analysis and context retention across conversations. Any recommendations on implementing these features in Python? Are there specific models or libraries that work well for these tasks?

Ensuring the chatbot runs efficiently with low latency is crucial. What are best practices for optimizing performance in a Python-based chatbot? Are there specific techniques or tools to improve response times and handle high traffic?

Here is the site I'm working on, offering services for link removed.
Larz60+ write Jun-03-2024, 11:05 PM:
link removed.
Reply
#2
Chat GPT only has information before 2021 so it is quite outdated
geometry dash breeze
Reply
#3
Yes, the free version of GPT-3 is still limited to a static database last updated in 2021. However, current GPT-4 and GPT-4o versions have access to the internet (available for Paid subscribers only though).
Reply
#4
Any particular reason why you are building an AI chatbot from scratch?

https://www.google.com/search?client=fir...or+website

There are tons of AI chatbots out there that are plug and play for a website... if you're going this for a client using a plug and play one is cheaper and faster, unless you have very specific requirements that necessitate you building your own.
LauraB likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Website Search Assistance Needed CaptianNewb 15 2,365 Aug-03-2023, 12:08 PM
Last Post: snippsat
Bug beginner attempting to make chatbot MonikaDreemur 1 1,205 Feb-02-2022, 10:24 PM
Last Post: BashBedlam
  Help with simple nltk Chatbot Extra 3 2,076 Jan-02-2022, 07:50 AM
Last Post: bepammoifoge
  creating python server and client in a pc kucingkembar 4 2,154 Nov-29-2021, 01:37 PM
Last Post: kucingkembar
  Python Reminder MSTeams Chatbot ajaymedidi 0 1,213 Sep-16-2021, 07:13 AM
Last Post: ajaymedidi
  Generate questions from excel to test my chatbot mcubac08 5 3,016 Sep-01-2020, 06:15 PM
Last Post: mcubac08
  Trying to pass an exe filepath to tkinter Chatbot & expecting the chatbot to run it svkroy 0 1,651 Jul-16-2020, 07:46 AM
Last Post: svkroy
  Chatbot metro17 2 14,457 Sep-21-2019, 02:05 PM
Last Post: Larz60+
  error in database for chatbot TaraSunray 0 2,653 Mar-13-2018, 03:02 PM
Last Post: TaraSunray

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020