Skip to content

Ankurac7/Programming-Code-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Code Assistant

This is a AI Programming Code Assitant built on top of CodeLlama. CodeLlama is a large language model developed by Meta focussed to run and discuss code. CodeLlama is free for research and commercial use.

I have named this model as Jarvis,and the same has been deployed on Hugging Face Spaces and Gradio. link

Local Setup

  1. Create a virtual environment and install the necessary dependencies from requirements.txt.
  2. Create the model in Ollama on your terminal at the project directory
    ollama create Jarvis -f modelfile
  3. Run the model on terminal
    ollama run Jarvis
  4. Run the model with the interface
    python app.py
title Programming_Code_Assistant
app_file app.py
sdk gradio
sdk_version 4.21.0

About

An AI Code Assistant that helps you write and discuss code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages