Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.03 KB

README.md

File metadata and controls

50 lines (33 loc) · 2.03 KB

AI-researcher

Enter a Reasearch goal and it will return content with references. This tool is different because it doent makes up URLs or content, it is based on facts and well referenced information. The content is hence authentic and credible.

Try the Tool Here : https://kundan-ai-researcher.streamlit.app/ If you want to learn in detail how the code works then checkout this video : https://www.youtube.com/watch?v=ogQUlS7CkYA&pp=ygUIYWkgamFzb24%3D

Here are the steps explaining how it works:

  1. The AI starts with a google search and filter outs all the relevant results.
  2. The AI scrapes all the relevant information from the websites
  3. If the AI finds a relevant link inside the website then it will scrape that too
  4. After the scraping is complete the AI will ask itself wheter the reaseach work is sufficient or not?
  5. If not suffiecient then it will again start from step 1 based on past experience, exploring new links.

Here are some images of the project

Main Interface

Example Query

Result

References in the example

Tech Used in The Project

Setting up the project

References