Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New API] : Chatbot API 🤖 #430

Open
1 task done
SanskarSinghiit opened this issue Aug 9, 2024 · 2 comments · May be fixed by #436
Open
1 task done

[New API] : Chatbot API 🤖 #430

SanskarSinghiit opened this issue Aug 9, 2024 · 2 comments · May be fixed by #436
Assignees
Labels
awesome gssoc New label for GSSOC-24 level3 NEW API/3 EXISTING API ENHANCEMENTS/5 BUGS newapi Denotes the new api is there

Comments

@SanskarSinghiit
Copy link
Contributor

Brief Description 🤓

  • The Chatbot API provides a conversational interface for interacting with users.
  • It uses natural language processing to understand and respond to user queries.
  • This API aims to enhance user engagement by providing intelligent responses and handling a variety of user inputs effectively.

image

How will you develop it?🤩

This Chatbot API uses a combination of basic web technologies HTML, CSS, Javascript to create a MVP chatbot.

  1. Frontend Design: Developed by using HTML and styled using CSS. It features an input field for user queries and a message area where interactions are displayed.

  2. JavaScript Functionality: The core of the chatbot is powered by JavaScript, which handles:

    • Input Processing: Simplifies user input by removing non-alphanumeric characters and unnecessary spaces.
    • Response Generation: Matches user inputs against predefined prompts and provides relevant replies. It includes specialized responses for topics like COVID-19 and fallback responses for unexpected inputs.
    • Chat Management: Dynamically updates the chat interface to display both user messages and bot responses, simulating real-time conversation.
  3. Speech Synthesis: Utilizes the Web Speech API to convert text responses into spoken words, adding an auditory dimension to the interaction.

Deployment

Yes

Select the open source program you are contributing to

Other

Code of Conduct

@dishamodi0910 dishamodi0910 added awesome gssoc New label for GSSOC-24 level3 NEW API/3 EXISTING API ENHANCEMENTS/5 BUGS newapi Denotes the new api is there labels Aug 9, 2024
@dishamodi0910
Copy link
Owner

Greetings @SanskarSinghiit🎀 ! , We are excited to have you dive into another issue with us!🚀
Your involvement in our project has been invaluable, and we're confident that your skills and insights will help us conquer this challenge😇.

Use command /gssoc24 to self assign the issue.

This issue represents an exciting opportunity for us to improve and enhance our project, and we are thrilled to have you on board.
We request you to follow CONTRIBUTING GUIDELINES.
Looking for your PR soon!
In case of any issues, you can contact us on Discord.❣️

@SanskarSinghiit SanskarSinghiit changed the title [New API] : Chatbot API 💬 [New API] : Chatbot API 🤖 Aug 9, 2024
@SanskarSinghiit
Copy link
Contributor Author

/gssoc24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awesome gssoc New label for GSSOC-24 level3 NEW API/3 EXISTING API ENHANCEMENTS/5 BUGS newapi Denotes the new api is there
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants