Skip to content

gyinshen/ghostagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ghostagent

AI researcher - search, scrape, summarize - You can deploy your own GPT Researcher with history or view demo here GhostAgent.me

web-demo

Table of Contents

Installation

There are two services you have to start locally, namely frontend and backend.

Frontend - inspired by - Quiver

yarn install
yarn dev

You also have to register for a Supabase account and replace the environmental variables in /frontend/.env.example

Backend - inspired by - gpt-researcher

pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 5050

You also have to register for a Supabase account and replace the environmental variables in /backend/.env.example

Usage

Quick demo GhostAgent.me

There are some limitations:

  • Does not work well with PDF.
  • Some websites will return error
  • Unable to specify market research in certain time period, only latest
  • Does not work well with economic bloc research (such as ASEAN, SEA or APAC) → individual countries work better

Credits

This repo is inspired by Quiver and gpt-researcher

License

MIT License. Feel free to redistribute.

About

AI Research Agent - Search, Scrape, Summarize, Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published