CoolFace
Apppublic

Ransaka/Code-Assistant

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

Building LLM Powered GitHub Assitant

This repository contains the code accompanying my Medium article, Building LLM Powered GitHub Assitant. Follow the steps below to set up and run the server for your needs.

Setup Instructions

  1. 1.Environment Variables Create a .env file in the root directory of the project and add your API key:
   GEMINI_API_KEY=your_api_key_here
  1. 1.Install Requirements Install the required packages using the requirements.txt file:
   pip install -r requirements.txt
  1. 1.Run the Streamlit Server Start the Streamlit server by running:
   streamlit run app.py
  1. 1.Example (with [keras-ocr](https://github.com/faustomorales/keras-ocr)) [image] [image] [image] [image]

If you encounter any issues or have questions, feel free to open an issue in this repository.

Happy coding!