mobius.dev commited on
Commit
8d2434f
Β·
2 Parent(s): fd0b99afbd8f64

Merge branch 'main' of https://github.com/yvann-hub/Talk-Sheet

Browse files
Files changed (1) hide show
  1. README.md +10 -4
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 MonAmiPoto-chat`
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 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 :
 
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.