Spaces:
Sleeping
Sleeping
Delete README.md
Browse files
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 |
-

|
| 27 |
-

|
| 28 |
-

|
| 29 |
-

|
| 30 |
-
|
| 31 |
-
If you encounter any issues or have questions, feel free to open an issue in this repository.
|
| 32 |
-
|
| 33 |
-
Happy coding!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|