Az-r-ow commited on
Commit
5a984e0
·
1 Parent(s): 9b71259

docs(follow-up-notes): Added follow up notes and modified gitignore

Browse files
Files changed (2) hide show
  1. .gitignore +4 -1
  2. followup-notes.md +19 -0
.gitignore CHANGED
@@ -165,4 +165,7 @@ cython_debug/
165
 
166
 
167
  # Remove test ouptuts
168
- output.*
 
 
 
 
165
 
166
 
167
  # Remove test ouptuts
168
+ output.*
169
+
170
+ # Macos generated files
171
+ .DS_Store
followup-notes.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Follow up notes
2
+
3
+ ## Follow up 1
4
+
5
+ **Date:** Friday 11 October 2024
6
+
7
+ ### Work done
8
+
9
+ - Gradio Interface
10
+ - Folder Structure
11
+ - Shortest Path Algorithm
12
+ - V1 of the NER model
13
+ - Language Recognition
14
+
15
+ ### Questions
16
+
17
+ ### Answers
18
+
19
+ ### Remarks