AI researcher - search, scrape, summarize - You can deploy your own GPT Researcher with history or view demo here GhostAgent.me
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
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
This repo is inspired by Quiver and gpt-researcher
MIT License. Feel free to redistribute.