Skip to content

ChatGPT + Chrome Find tool = Quickfix AI. Not a developer? Join the waitlist for cloud-based version πŸ‘‡.

License

Notifications You must be signed in to change notification settings

MusabShakeel576/quickfix.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Quickfix AI (Alpha Release)

Search on page better than Chrome Find tool.

Introduction πŸ‘‹

Quickfix AI is a Chrome extension that provides you instant answer of queries about the current webpage using AI.

With Quickfix AI, you can:

  • ⏳ Instant Answers: Quick and accurate results with GPT technology.
  • πŸ” Semantic Search: Precise answers based on word meaning.
  • 🧠 Human-like Responses: Natural language responses for easy comprehension.
  • πŸ’‘ Vector Search: Efficient search on large webpages, without exceeding GPT token limit.

Demo πŸ“½

demo video

If the demo video is not loading for you, watch it on YouTube.

Why Quickfix AI? πŸ€”

Google Chrome's Find tool lacks the ability to understand the semantic nature of words. Existing tools and extensions only search based on keywords, pattern matching, and regex, limiting their effectiveness.

I was looking for a more advanced solution to quickly obtain relevant information from web pages. Therefore, I developed Quickfix AI, which utilizes GPT technology to enable users to ask questions and receive accurate, human-like responses about the webpage they are on. This extension aims to provide a more efficient and effective way of searching for information on web pages.

Now let's get started!

Installation πŸ“¦

Quickfix AI is in its Alpha phase, if you would like to use and explore it at this stage, you can follow the steps below to set it up. However, if you prefer to wait for a more reliable version with an easy installation process through Chrome Web Store, you can Join the Waitlist for the Stable release.

Prerequisite:

  • Python v3.10 + Poetry

Setup:

  1. Clone the Quickfix AI repo.
  2. Change your directory to the backend by using the command cd backend.
  3. Install backend dependencies by running make install-backend.
  4. Run the backend using make run-backend.
  5. Update the environment variables in both files: /chrome-extension/env.js 1 and /backend/.env.
  6. Enable Developer mode in Google Chrome by visiting chrome://extensions.
  7. Load unpacked Quickfix AI chrome-extension folder.

How to use Quickfix AI πŸš€

  1. Visit a webpage you want to search on.
  2. Launch the Quickfix AI chrome extension.
  3. Ask a question.
  4. Quickfix AI will display the answer.

Enjoy the instant Search On Page with Quickfix AI! πŸŽ‰

Footnotes

  1. You probably don't need to update /chrome-extension/env.js file if your backend will be running on localhost or 127.0.0.1. ↩

About

ChatGPT + Chrome Find tool = Quickfix AI. Not a developer? Join the waitlist for cloud-based version πŸ‘‡.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published