Skip to content

Commit b6ee6cb

Browse files
Create README.md
0 parents  commit b6ee6cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# README.md
2+
3+
## Project Title: Postgres Chatbot with Streamlit
4+
5+
### Introduction
6+
7+
This project aims to develop a chatbot that can interact with a PostgreSQL database and answer queries in natural language. The chatbot will be able to handle queries related to an `Orders` table, which includes columns such as `order_id`, `customer_email`, `tracking_number`, `shipping_service`, `tracking_URL`, `order_created_at`, and `order_shipped_at`.
8+
9+
The chatbot will be designed to understand and respond to layman language questions, such as:
10+
1. "Give me the status of order number 12222."
11+
2. "What is the order ID of tracking number?"
12+
3. "How many orders are shipped?"
13+
14+
A user interface will be created using Streamlit where users can input their PostgreSQL credentials and ask questions.
15+
16+
### Notes
17+
18+
- Questions will not be limited to one table, so it should be done to ask from database
19+
- As long as entry is added into database, we should be able to answer questions for that new record

0 commit comments

Comments
 (0)