Skip to content

Generative AI to generate code and unit tests for a given language. Built using OpenAI, ChatGPT, Ollama, DeepSeek, Python and Langchain.

Notifications You must be signed in to change notification settings

avinashcodelabs/ai-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Setup

  • Install Ollama brew install ollama
  • Pull and run a model ollama run deepseek-coder:6.7b
  • By default Ollama is exposed the APIs on the http://localhost:11434/ Visit and check it's running.
  • Clone the app and run python main.py

Tech used

  • Python
  • OpenAI
  • Ollama
  • Deepseek-coder:6.7b (Open LLM model)
  • Langchain

Demo

image

About

Generative AI to generate code and unit tests for a given language. Built using OpenAI, ChatGPT, Ollama, DeepSeek, Python and Langchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages