Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactored directories #3

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .idea/Dendogram-Generator.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2202,7 +2202,7 @@ curl --location 'http://127.0.0.1:3008//dendogram/generate?affinity=bert-embeddi
"good contact",
"good dark mode",
"good e",
"good email client",
"good email scripts",
"good evening",
"good experiance",
"good faster",
Expand Down
2 changes: 1 addition & 1 deletion client/executer.py → scripts/visualization/executer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import subprocess

folder_path = r'C:\Users\Max\NLP4RE\Dendogram-Generator\static\pkls'
folder_path = r'/static/pkls'

# Define the path to the visualizator.py script
visualizator_script = r'visualizator.py'
Expand Down
File renamed without changes.
File renamed without changes.
Loading