Skip to content

NoobGrinder420/AI-programming-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Coding Questions LLM using openai and langchain

Made this mini project during a mini LLM bootcamp

Please run code in google colab and change google drive directories accordingly in the code

code does the following:

  • asks user for input on the type of question they want
  • prompt engineering to send it to openAI to find the closest question
    • deprecated
    • can still see prompt engineering
  • scrapes questions from github and finds other questions with relevant topics using PyDantic
  • sends it to openai API
    • deprecated as there is no longer an API Key and we had to remove the function for code to still work
    • Langchain and Langgraph code is still visible
  • openai returns a modified leetcode question with different context and solution
    • deprecated so code just returns an unedited leetcode question

About

Made this project during an LLM bootcamp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published