I am building a project requiring a Chrome extension and a vscode plugin. The project I am building does the following:
- The Chrome extension can take the user’s input and track the user’s websites. Based on the relevance of the website with the goal (which will be done by Gemini), the user will get a prompt about the irrelevancy of that particular site. The Chrome extension also allows the user to copy any code snippets from the browser and store them directly into the db.
- The VScode plugin would have the same access to the db and can show the code snippets there. Also based on the goal the Gemini will be able to filter out the relevant code snippets according to the goal and show the user as relevant code snippets.
- The VScode plugin would be able to take pictures of any type and try to convert them to the code using Gemini.
- The plugin would also be able to place the snippets in the files based on the goal, and file names. This will also be decided by Gemini.
- At last, using Gemini and Chrome extension interfaces like how much code has been done, how many irrelevant websites I visited, etc. Also, the VS code plugin would allow the user to extract snippets from the code tracked by Gemini.
What do you think of the above project and does it even stand a chance to win the competition? Also, is there anything extra I could add to this project?