Skip to content

Commit

Permalink
Merge pull request #2 from mlincoln/nojira-readme-update
Browse files Browse the repository at this point in the history
NOJIRA Update Readme
  • Loading branch information
sandeep-jay authored Dec 13, 2024
2 parents 101a150 + 8349676 commit 04b65ba
Showing 1 changed file with 25 additions and 15 deletions.
40 changes: 25 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bCourses Support ChatBot
Gen AI based bcourses support chatbot POC
Gen AI based bCourses support chatbot POC
This repository contains the code for a Streamlit-based chatbot application using LangChain and AWS Bedrock.

## Features
Expand All @@ -11,17 +11,27 @@ This repository contains the code for a Streamlit-based chatbot application usin

## Setup Instructions

1. Clone the repository:
git clone https://github.com/ets-berkeley-edu/bcourses-chatbot-poc.git
cd bcourses-chatbot-poc

2. Install dependencies
pip install -r requirements.txt

3. Configure environments
config/development.py for development
config/development-local.py for local settings

4. Run streamlit application
streamlit run app/main.py

### Clone the Repository:
```
git clone https://github.com/ets-berkeley-edu/bcourses-chatbot-poc.git
cd bcourses-chatbot-poc
```

* Install Python 3
* Create your virtual environment (venv)
* Install dependencies

```
pip3 install -r requirements.txt [--upgrade]
```

### Configure Environments
```
export APP_ENV=development
export APP_LOCAL_CONFIGS=~/Volumes/XYZ/bcourses_chatbot_poc_config
```

### Run Streamlit Application
```
streamlit run app/main.py
```

0 comments on commit 04b65ba

Please sign in to comment.