Skip to content

MrNobody65/code-generator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-generator-app

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

This is a simple project that allows users to create their own tools and ReAct agent to generate code. Here are the main features of this project:

  • Create tools that extract information from different types of files
  • Create ReAct agent from a selection of tools
  • Generate code files with your agent and suitable prompts
  • Download code files generated by agent

Built With

  • Ollama
  • LlamaIndex
  • Streamlit

Getting Started

Prerequisites

  • Install Ollama: follow the guide on this link.

Installation

  1. Clone the repository from Github:

    git clone https://github.com/MrNobody65/code-generator-app.git
  2. Create and activate python virtual environment with conda

    conda create -p venv python==3.11.0
    conda activate ./venv
  3. Install dependencies

    pip install -r requirements.txt
  4. Create .env file based on .env.example and enter your API key from LlamaCloud

  5. Run the application

    streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages