Skip to content

JRP1956/AI-Research-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

AI-Research-Assistant

AI Research Assistant — Your Personal GPT-4-Powered Research Buddy A Python-based terminal assistant that fetches real-time web data using Tavily and delivers detailed, GPT-4 generated answers. Ask anything, build a growing knowledge base, and research smarter — all in your terminal.


🔧 How to Use

  1. Install requirements (Python 3.10+ required):

    pip install openai tavily
  2. Add your API keys for Tavily and OpenAI in a .env file

  3. Run the script:

    python main.py
  4. Ask about any topics that you want to research on like:

    How did the NIFTY50 perform today
    
  5. Type quit to exit the assistant.


How It Works

  • Takes your research question via terminal input.
  • Fetches relevant web data using the Tavily API.
  • Builds and stores a cumulative knowledge base.
  • Uses OpenAI GPT-4 to generate rich, structured answers based on that knowledge.
  • Continues until you exit the session.

About

AI Research Assistant — Your Personal GPT-4-Powered Research Buddy A Python-based terminal assistant that fetches real-time web data using Tavily and delivers detailed, GPT-4 generated answers. Ask anything, build a growing knowledge base, and research smarter — all in your terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages