Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 497 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 497 Bytes

ML-Q-A-chatbot

Chatbot for answering all questions related to Machine Learning.

  • Extracted Machine Learning information from "Machine Learning Mastery" blog posts.
  • Used advertools, Beautiful Soup, and Cloudscraper for data scraping.
  • Implemented Langchain for text splitting and referencing specific information.
  • Employed Pinecone as the vector database.
  • Built a chatbot using OpenAI API based on Retrieval-Augmented Generation.
  • Achieved precise semantic search using Pinecone Index.