Spaces:
Sleeping
Sleeping
Suresh Beekhani
commited on
Update readme.md
Browse files
readme.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MySQL Python Chatbot with GPT-4 and Mistral AI
|
2 |
|
3 |
Welcome to the GitHub repository for our tutorial on building a natural language SQL chatbot using GPT-4! This project guides you through the development of a chatbot that can interpret natural language queries, generate SQL queries, and fetch results from a SQL database, all in an intuitive and user-friendly way. It utilizes the power of OpenAI's GPT-4 model, integrated with a Streamlit GUI for an enhanced interaction experience.
|
|
|
1 |
+
---
|
2 |
+
title: "Chat-with-MySQL" # Display title for the Space
|
3 |
+
emoji: "📰" # Space emoji (emoji-only character allowed)
|
4 |
+
colorFrom: "blue" # Color for Thumbnail gradient
|
5 |
+
colorTo: "green" # Color for Thumbnail gradient
|
6 |
+
sdk: streamlit # SDK being used (gradio, streamlit, docker, or static)
|
7 |
+
sdk_version: "1.38.0" # Specify the version of the selected SDK
|
8 |
+
app_file: "src/app.py" # Path to your main application file
|
9 |
+
pinned: false # Whether the Space stays on top of your profile
|
10 |
+
---
|
11 |
# MySQL Python Chatbot with GPT-4 and Mistral AI
|
12 |
|
13 |
Welcome to the GitHub repository for our tutorial on building a natural language SQL chatbot using GPT-4! This project guides you through the development of a chatbot that can interpret natural language queries, generate SQL queries, and fetch results from a SQL database, all in an intuitive and user-friendly way. It utilizes the power of OpenAI's GPT-4 model, integrated with a Streamlit GUI for an enhanced interaction experience.
|