Commits on Source (89)
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Julian Rasch authored
-
Julian authored
-
Julian Rasch authored
# Conflicts: # Dockerfile # requirements.txt
-
Julian Rasch authored
first running version of dash inside of jupyterlab via proxy See merge request !1
-
Julian authored
-
Julian authored
-
Julian authored
-
Julian authored
-
Julian Rasch authored
Dev See merge request !2
-
Julian authored
-
Julian Rasch authored
changed method to find jupyterlab base url for dash app See merge request !3
-
Julian authored
-
Julian authored
-
Julian authored
-
Julian authored
-
Julian Rasch authored
Dev See merge request !4
-
Julian authored
-
Julian Rasch authored
added small nltk and spacy data sets See merge request !5
-
Julian Rasch authored
# Conflicts: # .gitlab-ci.yml # Dockerfile # requirements.txt
-
Julian Rasch authored
Finalized Jupyterlab for the sprint See merge request !6
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Julian Rasch authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Michael Bücker authored
-
Julian Rasch authored
-
Michael Bücker authored
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
Switch jupyterlab and app See merge request !7
-
Julian Rasch authored
-
Julian Rasch authored
update gitlab ci to testcc4 See merge request !8
-
Julian Rasch authored
-
Julian Rasch authored
switched app back to dash See merge request !9
-
Julian Rasch authored
-
Julian Rasch authored
-
Julian Rasch authored
Switch back to dash See merge request !10
Showing
- .gitignore 12 additions, 0 deletions.gitignore
- .gitlab-ci.yml 4 additions, 2 deletions.gitlab-ci.yml
- Dockerfile 8 additions, 17 deletionsDockerfile
- README.md 1 addition, 2 deletionsREADME.md
- llm_utils/setup.py 14 additions, 0 deletionsllm_utils/setup.py
- llm_utils/src/__init__.py 0 additions, 0 deletionsllm_utils/src/__init__.py
- llm_utils/src/llm_utils/__init__.py 0 additions, 0 deletionsllm_utils/src/llm_utils/__init__.py
- llm_utils/src/llm_utils/client.py 82 additions, 0 deletionsllm_utils/src/llm_utils/client.py
- requirements.txt 13 additions, 11 deletionsrequirements.txt
.gitignore
0 → 100644
llm_utils/setup.py
0 → 100644
llm_utils/src/__init__.py
0 → 100644
llm_utils/src/llm_utils/__init__.py
0 → 100644
llm_utils/src/llm_utils/client.py
0 → 100644
jupyterlab-git==0.34.0 | # jupyter-server-proxy==4.4.0 | ||
jupyterlab-gitlab==3.0.0 | |||
python-dotenv | # dash | ||
urllib3 | # dash-bootstrap-components | ||
flake8 | |||
openai | openai | ||
pandas | rapidfuzz | ||
numpy | nltk | ||
tenacity | plotly | ||
scikit-learn | scikit-learn | ||
flask | |||
dash | pdfplumber | ||
dash-bootstrap-components | python-dotenv | ||
jupyterlab-dash |