MetisAI is an AI-based conversation tool designed to provide contextual responses using a user's open browser tabs. It leverages the power of AI to understand the context of your browsing and provide relevant responses to your queries.
This tool is deployed as a Chrome extension, making it easily accessible right from your browser. It acts as a chatbot, allowing you to interact with it in a conversational manner. Whether you're researching, studying, or just browsing the web, MetisAI can enhance your browsing experience by providing intelligent and context-aware assistance.
- Contextual responses based on open browser tabs
- Easy interaction through a chatbot interface
- Convenient deployment as a Chrome extension
-
clone/save the files in your system
-
Installing the extension
2.1 Open Google Chrome and go tochrome://extensionspage by typing this link directly into the address bar.
2.2 Click on "Load Unpacked" (top-right-corner) and load the ExtensionFrontend folder from cloned repository.
2.3 You will see a popup asking for permission, click "Allow". -
Setting up the backend
3.1 open MetisBackend folder
3.2 insert your chatgpt API key into the .env file.
3.3 open the terminal inside MetisBackend folder
3.4 TERMINAL: npm install
3.5 TERMINAL: node index.js
-
Once the extension is installed and the backend is set up, click on the MetisAI icon in the Chrome extension toolbar.
-
You should see a chat interface pop up. Start by typing a simple greeting like "Hello" to test if the chatbot is responding.
-
Open a few browser tabs with different content. Try asking the chatbot questions related to the content of these tabs to see if it provides contextual responses.
-
Test the chatbot with different types of queries and scenarios to ensure it's working as expected.
-
Check the console in the backend terminal for any errors or issues.