Skip to content

How do I get started with developing a basic AI chatbot using JavaScript? #143385

Discussion options

You must be logged in to vote

I'm also a CSE undergraduate student.

Since you already have some experience, start with a simple HTML, CSS, and JavaScript setup to create the front-end interface for your chatbot.
For simple bots, you can start with plain JavaScript for code.
But if you're looking for advanced ones then:

  • Natural: A JavaScript library for Natural Language Processing (NLP).
  • Brain.js: A JavaScript library for neural networks, though it can be a bit more advanced.
  • TensorFlow.js: For building more complex models, though this might require a stronger understanding of machine learning.

Write a set of if-else or switch-case statements in JavaScript that check for specific keywords in user input and provide pr…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@anchalchaturvedi08
Comment options

@joegeorge022
Comment options

@anchalchaturvedi08
Comment options

@joegeorge022
Comment options

Answer selected by anchalchaturvedi08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Programming Help Programming languages, open source, and software development.
4 participants