Ransaka commited on
Commit
4b77dcb
1 Parent(s): 61047f3

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -33
README.md DELETED
@@ -1,33 +0,0 @@
1
- # Building LLM Powered GitHub Assitant
2
-
3
- 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.
4
-
5
- ## Setup Instructions
6
-
7
- 1. **Environment Variables**
8
- Create a `.env` file in the root directory of the project and add your API key:
9
- ```
10
- GEMINI_API_KEY=your_api_key_here
11
- ```
12
-
13
- 2. **Install Requirements**
14
- Install the required packages using the `requirements.txt` file:
15
- ```
16
- pip install -r requirements.txt
17
- ```
18
-
19
- 3. **Run the Streamlit Server**
20
- Start the Streamlit server by running:
21
- ```
22
- streamlit run app.py
23
- ```
24
-
25
- 4. **Example (with [keras-ocr](https://github.com/faustomorales/keras-ocr))**
26
- ![Alt text](images/image.png)
27
- ![Alt text](images/image-1.png)
28
- ![Alt text](images/image-2.png)
29
- ![Alt text](images/image-3.png)
30
-
31
- If you encounter any issues or have questions, feel free to open an issue in this repository.
32
-
33
- Happy coding!