Skip to content

This app recommends the best or suitable data structure, using OpenAI API

License

Notifications You must be signed in to change notification settings

chaitanyabhardwaj/openai-ds-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openai-ds-predictor - OpenAI API

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.

Screenshot 2023-03-26 at 11 26 52 PM

  1. If you don’t have Node.js installed, install it from here (Node.js version >= 14.6.0 required)

  2. Clone this repository

  3. Navigate into the project directory

    $ cd openai-quickstart-node
  4. Install the requirements

    $ npm install
  5. Create a new environment variables file

    On Linux systems:

    $ nano .env
  6. Add your API key to the newly created .env file

  7. Run the app

    $ npm run dev

You should now be able to access the app at http://localhost:3000!


Feature - Implement in your language of choice

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!

Screenshot 2023-04-06 at 1 42 41 AM

About

This app recommends the best or suitable data structure, using OpenAI API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published