Spaces:
Build error
Build error
Merge branch 'main' of https://github.com/yvann-hub/Talk-Sheet
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 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 :
|
|
@@ -24,7 +24,7 @@ Clone the repository :
|
|
| 24 |
|
| 25 |
Navigate to the project directory :
|
| 26 |
|
| 27 |
-
`cd
|
| 28 |
|
| 29 |
|
| 30 |
Create a virtual environment :
|
|
@@ -40,6 +40,12 @@ Install the required dependencies in the virtual environment :
|
|
| 40 |
|
| 41 |
Launch the chat service locally :
|
| 42 |
|
| 43 |
-
`streamlit run
|
| 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 :
|
|
|
|
| 24 |
|
| 25 |
Navigate to the project directory :
|
| 26 |
|
| 27 |
+
`cd Talk-Sheet`
|
| 28 |
|
| 29 |
|
| 30 |
Create a virtual environment :
|
|
|
|
| 40 |
|
| 41 |
Launch the chat service locally :
|
| 42 |
|
| 43 |
+
`streamlit run talk_sheet.py`
|
| 44 |
|
| 45 |
+
#### That's it! The service is now up and running locally. π€
|
| 46 |
+
|
| 47 |
+
## Contributing
|
| 48 |
+
Contributions are always welcome! If you want to contribute to this project, please open an issue or submit a pull request.
|
| 49 |
+
|
| 50 |
+
## License
|
| 51 |
+
This project is licensed under the MIT License - see the LICENSE file for details.
|