It's an automation to scraping any website, getting the pdf file format of the context and conversational Q/A chatbot with OpenAI Assistant.
- Upload the python packages:
$> pip install -r requirements.txt
- Run the main
$> python main.py
-
Apply OpenAI Key
-
Provide a valid url.
- Result of the Scraped Data:
- Answers of the Chatbot:
You can reach out my medium article which is Build an OpenAI Assistant with Web Scraping to get more information about the project.