This app recommends the best or most suitable data structure applicable for any given situation in the field of computer science. It uses the OpenAI API. It uses the Next.js framework with React.
-
If you don’t have Node.js installed, install it from here (Node.js version >= 14.6.0 required)
-
Clone this repository
-
Navigate into the project directory
$ cd openai-quickstart-node
-
Install the requirements
$ npm install
-
Create a new environment variables file
On Linux systems:
$ nano .env
-
Add your API key to the newly created
.env
file -
Run the app
$ npm run dev
You should now be able to access the app at http://localhost:3000!
Besides predicting the most suitable data structure(s), we now have the function to generate implementation of suggested data structures in your desired language on a click!