Spaces:
Build error
Build error
Yvann commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
# Talk-Sheet
|
| 2 |
|
| 3 |
-
### Talk-Sheet is an AI chatbot featuring conversational memory, designed to enable users to discuss their CSV data in a more intuitive manner.
|
| 4 |
-
#### By integrating the strengths of Langchain and OpenAI Talk-Sheet employs large language models to provide users with seamless, context-aware natural language interactions for a better understanding of their CSV data.
|
| 5 |
|
| 6 |
-
## Quick Start
|
| 7 |
To use Talk-Sheet, simply visit the following link :
|
| 8 |
|
| 9 |
[Talk-Sheet.app](https://talk-sheet.streamlit.app/)
|
| 10 |
|
| 11 |
|
| 12 |
-
## Running Locally
|
| 13 |
Follow these steps to set up and run the service locally :
|
| 14 |
|
| 15 |
### Prerequisites
|
|
@@ -42,4 +42,4 @@ Launch the chat service locally :
|
|
| 42 |
|
| 43 |
`streamlit run src/app.py`
|
| 44 |
|
| 45 |
-
#### That's it! The service is now up and running locally.
|
|
|
|
| 1 |
+
# Talk-Sheet π€
|
| 2 |
|
| 3 |
+
### Talk-Sheet is an AI chatbot featuring conversational memory, designed to enable users to discuss their CSV data in a more intuitive manner. π
|
| 4 |
+
#### By integrating the strengths of Langchain and OpenAI Talk-Sheet employs large language models to provide users with seamless, context-aware natural language interactions for a better understanding of their CSV data.π§
|
| 5 |
|
| 6 |
+
## Quick Start π
|
| 7 |
To use Talk-Sheet, simply visit the following link :
|
| 8 |
|
| 9 |
[Talk-Sheet.app](https://talk-sheet.streamlit.app/)
|
| 10 |
|
| 11 |
|
| 12 |
+
## Running Locally π»
|
| 13 |
Follow these steps to set up and run the service locally :
|
| 14 |
|
| 15 |
### Prerequisites
|
|
|
|
| 42 |
|
| 43 |
`streamlit run src/app.py`
|
| 44 |
|
| 45 |
+
#### That's it! The service is now up and running locally. π€
|