Skip to content

Commit 50cf554

Browse files
committed
Project added
1 parent aaa5b88 commit 50cf554

9 files changed

Lines changed: 22 additions & 4 deletions

File tree

Projects/ChatBot/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Chatbot
2+
3+
Welcome to Simple Chatbot! This is a basic chatbot application built using HTML, CSS, JavaScript, and integrated with the GPT API. The purpose of this project is to demonstrate how to create a functional chatbot interface using common web technologies and leverage the power of the GPT API to generate human-like responses to user inputs.
4+
5+
Tech Stack Used:
6+
HTML: Used for creating the structure of the chatbot interface and defining its elements.
7+
8+
CSS: Employed for styling the chatbot interface, making it visually appealing and user-friendly.
9+
10+
JavaScript: The core programming language used to implement the chatbot's functionality, handle user interactions, and communicate with the GPT API.
11+
12+
GPT API: Integrated the GPT (Generative Pre-trained Transformer) API provided by OpenAI to generate responses to user messages based on the input data.
13+
14+
Want to Clone it?
15+
16+
![Screenshot (67)](https://github.com/Parul1606/Chatbot/assets/80768852/183cf8fc-c97d-48ef-a30d-6fd3d6ce4d81)
17+
![Screenshot (68)](https://github.com/Parul1606/Chatbot/assets/80768852/90e62ff1-abe0-44ba-a33b-d758a7609f14)
18+
![Screenshot (69)](https://github.com/Parul1606/Chatbot/assets/80768852/518c2173-8468-40be-9199-c447408a5a14)
12.1 KB
Loading
31.7 KB
Loading
10.7 KB
Loading
749 Bytes
Loading
1.58 KB
Loading
15 KB
Binary file not shown.

img/projects/Chatbot.png

105 KB
Loading

projects.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,10 +1075,10 @@ const projects = [
10751075
{
10761076
"title": "Chatbot",
10771077
"tags":["HTML","CSS","JavaScript"],
1078-
"img": "",
1079-
"description": "",
1080-
"github-link":"",
1081-
"project-link": ""
1078+
"img": "img/projects/Chatbot.png",
1079+
"description": "This is a Chatbot Website you can ask your any doubts this provides your solutions with the help of GPT fetched API.",
1080+
"github-link": "https://github.com/TusharKesarwani/Front-End-Projects/tree/main/Projects/ChatBot",
1081+
"project-link": "Projects/Chatbot/index.html"
10821082
}
10831083
]
10841084

0 commit comments

Comments
 (0)