Skip to content

rakshitha2207/Code-Assistant-App-using-CodeLlama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Assistant using CodeLlama

Introduction

CodeAssistantCodeLlama is a project aimed at providing an interactive platform for text generation using AI models, specifically leveraging technologies such as Langchain for interaction with Ollama and Gradio for the frontend interface.

Setup

Environment Setup

Assuming you're using Conda, create a new environment:

conda create -n myenv python=3.10 -y

Activate the environment:

conda activate myenv

Install the required packages using pip:

pip install -r requirements.txt

Running the Application

To run the application, execute the following command:

python app.py

Further Customization

To customize the application further, you can modify the modelfile.py to adjust the behavior of the AI model or the frontend interface.

Feel free to adjust the content of the readme file according to your project's specifics and requirements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages