Skip to content

A sample repository to interact with custom chatGPT

Notifications You must be signed in to change notification settings

season101/openai-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openai-chatbot

A sample project to demonstrate the capabilities of OpenAI in creating the custom ChatBot to assist the customers on the webpage.

Business Challenge

A user might find it difficult to Navigate through loops of website links.

Solution

Leveraging the OpenAI's chatGPT, website content can be tokenized, and be converted to embeddings using openAI. This model will be able to answer questions on chat Format.

Demo

In this Jupyter Notebook, first python script scrapes through website using Beautiful Soup and downloads html contents, in this instance ulm.edu and generates 9533 text content file. Then it is tokenized and converted to embeddings.

Following is the output of such methodology:

chat1

chat2

Note: Refere to web-qa.pdf for in depth result.

About

A sample repository to interact with custom chatGPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published