ucalyptus2 / 10x-LeetCode-Solver

Chrome extension that uses Code LLama to solve LeetCode problems in Real Time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

10x-LeetCode-Solver

A chrome extension that solves leet code problems for you

Build during this live stream in 6 hours -> Youtube Live Stream

How to use

1) Install the packages

(you need the lastest version of node)

Run npm install (or yarn)

$ npm install

Build the frontend

$ npm run build

3) Load the extension

See Chrome's developer tutorial on how to start a chrome extension project. You can select this repository as the unpacked extension to run (should work out of the box)

3) Run The Colab API

The bot runs off of an API coded in colab that's running flask/ngrok. The API is in front of Code LLama Instruct. You can run the colab here. Remember you have to copy the ngrok url to the popup/components/SolverForm.js file

Update this url with the new ngrok url from flask

	const apiUrl = "http://6bf4-34-143-150-41.ngrok.io"; // change this line

About

Chrome extension that uses Code LLama to solve LeetCode problems in Real Time


Languages

Language:JavaScript 72.2%Language:SCSS 24.9%Language:HTML 2.9%