Skip to content

Commit dd79ad5

Browse files
author
Bruno Goncalves
committed
updated notebooks
1 parent ba6ac58 commit dd79ad5

16 files changed

+2656
-2326
lines changed

1. Generative AI .ipynb

Lines changed: 123 additions & 83 deletions
Large diffs are not rendered by default.

2. GPT Models.ipynb

Lines changed: 253 additions & 364 deletions
Large diffs are not rendered by default.

3. Embeddings.ipynb

Lines changed: 1627 additions & 1636 deletions
Large diffs are not rendered by default.

4. DALL-E.ipynb

Lines changed: 186 additions & 135 deletions
Large diffs are not rendered by default.

5. Code Generation.ipynb

Lines changed: 436 additions & 104 deletions
Large diffs are not rendered by default.

environment.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
dependencies:
2+
- aiohttp==3.8.4
3+
- altair==5.1.2
4+
- beautifulsoup4==4.11.1
5+
- docx2txt==0.8
6+
- Flask==2.2.2
7+
- flask_cors==4.0.0
8+
- ipython==8.10.0
9+
- ipywidgets==7.6.5
10+
- langchain==0.0.306
11+
- matplotlib==3.7.2
12+
- networkx==3.1
13+
- nltk==3.7
14+
- numpy==1.23.5
15+
- openai==0.28.1
16+
- pandas==1.5.3
17+
- PyPDF2==3.0.1
18+
- PyYAML==6.0
19+
- PyYAML==6.0.1
20+
- Requests==2.31.0
21+
- scikit_learn==1.2.1
22+
- scipy==1.10.0
23+
- smokey==0.1
24+
- streamlit==1.27.1
25+
- streamlit_chat==0.1.1
26+
- tenacity==8.2.2
27+
- termcolor==2.3.0
28+
- tiktoken==0.5.1
29+
- tqdm==4.64.1
30+
- watermark==2.4.2
31+
- wget==3.2

images/bottom_half_mask.png

-18.7 KB
Loading

images/ducky.png

0 Bytes
Loading

images/edited_image.png

0 Bytes
Loading

images/expanded_ducky_0.png

0 Bytes
Loading

images/expanded_ducky_1.png

0 Bytes
Loading

images/expanded_ducky_2.png

0 Bytes
Loading

images/rainbow_0.png

0 Bytes
Loading

images/rainbow_1.png

0 Bytes
Loading

images/rainbow_2.png

0 Bytes
Loading

requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)