Evan Lesmez commited on
Commit
59c68f8
1 Parent(s): 7c891ad

Add experimental notebooks

Browse files

lchain for tinkering with recipe chat agent
ingredient_vision for BLIP VQA and Captioning

nbs/02_lchain_tool.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
nbs/03_ingredient_vision.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
nbs/{03_edamam_api.ipynb → 04_edamam_api.ipynb} RENAMED
File without changes
nbs/constants.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from pathlib import Path
2
+
3
+ ROOT_DIR = Path(__file__).parents[1]
requirements/core.txt CHANGED
@@ -3,4 +3,7 @@ openai
3
  gradio
4
  tqdm
5
  google-search-results
6
- duckduckgo-search
 
 
 
 
3
  gradio
4
  tqdm
5
  google-search-results
6
+ duckduckgo-search
7
+ transformers
8
+ torch
9
+ torchvision