Ankurac7/Programming_Code_Assistant_App
0
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
- Create a virtual environment and install the necessary dependencies from
requirements.txt. - Create the model in Ollama on your terminal at the project directory
ollama create Jarvis -f modelfile- Run the model on terminal
ollama run Jarvis- Run the model with the interface
python app.py