CoolFace
Apppublic

Ankurac7/Programming_Code_Assistant_App

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
App README

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. 1.Create a virtual environment and install the necessary dependencies from requirements.txt.
  2. 2.Create the model in Ollama on your terminal at the project directory
sh
    ollama create Jarvis -f modelfile
  1. 1.Run the model on terminal
sh
    ollama run Jarvis
  1. 1.Run the model with the interface
sh
    python app.py
titleProgramming_Code_Assistant
app_fileapp.py
sdkgradio
sdk_version4.21.0