-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
64 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
|
||
|
||
- xxx Improving documentation | ||
- 2024-07-27 Merged branch with POC streamlit data scientist assistant | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# POC of data scientist assistant | ||
|
||
Features and peculiarities: | ||
|
||
- This is Streamlit application for UI | ||
- | ||
- Use `pandas` for parsing CSV file | ||
- Use Google Vertex AI (gemini-1.5-flash-001") to generate python code | ||
from user requests | ||
- Use `Dask` for secure and remote code execution | ||
- use `Coiled` for management of the cloud of Dask workers | ||
- ... | ||
|
||
|
||
## [Installation](https://github.com/sklavit/pet_project/tree/main/apps/streamlit_ds_chat/INSTALLATION.md) | ||
|
||
See [Installation](https://github.com/sklavit/pet_project/tree/main/apps/streamlit_ds_chat/INSTALLATION.md) | ||
|
||
## [Changelog](https://github.com/sklavit/pet_project/tree/main/apps/streamlit_ds_chat/CHANGELOG.md) | ||
|
||
See [Changelog](https://github.com/sklavit/pet_project/tree/main/apps/streamlit_ds_chat/CHANGELOG.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters