k4d3 commited on
Commit
40c0a86
1 Parent(s): 6e9eb5f

Signed-off-by: Balazs Horvath <[email protected]>

dataset_tools/Escape Parentheses.ipynb CHANGED
@@ -12,7 +12,7 @@
12
  },
13
  {
14
  "cell_type": "code",
15
- "execution_count": null,
16
  "metadata": {},
17
  "outputs": [],
18
  "source": [
@@ -39,14 +39,28 @@
39
  " # Recurse into subdirectories\n",
40
  " process_directory(os.path.join(root, file))\n",
41
  "\n",
42
- "directory_path = r'C:\\Users\\kade\\Desktop\\training_dir_staging'\n",
43
  "process_directory(directory_path)"
44
  ]
45
  }
46
  ],
47
  "metadata": {
 
 
 
 
 
48
  "language_info": {
49
- "name": "python"
 
 
 
 
 
 
 
 
 
50
  }
51
  },
52
  "nbformat": 4,
 
12
  },
13
  {
14
  "cell_type": "code",
15
+ "execution_count": 1,
16
  "metadata": {},
17
  "outputs": [],
18
  "source": [
 
39
  " # Recurse into subdirectories\n",
40
  " process_directory(os.path.join(root, file))\n",
41
  "\n",
42
+ "directory_path = r'E:\\training_dir\\wickerbeast'\n",
43
  "process_directory(directory_path)"
44
  ]
45
  }
46
  ],
47
  "metadata": {
48
+ "kernelspec": {
49
+ "display_name": "base",
50
+ "language": "python",
51
+ "name": "python3"
52
+ },
53
  "language_info": {
54
+ "codemirror_mode": {
55
+ "name": "ipython",
56
+ "version": 3
57
+ },
58
+ "file_extension": ".py",
59
+ "mimetype": "text/x-python",
60
+ "name": "python",
61
+ "nbconvert_exporter": "python",
62
+ "pygments_lexer": "ipython3",
63
+ "version": "3.12.2"
64
  }
65
  },
66
  "nbformat": 4,
dataset_tools/Tag Counter.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
dataset_tools/e621 JSON to txt.ipynb CHANGED
The diff for this file is too large to render. See raw diff