forked from UTSAVS26/PyVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo_structure.txt
298 lines (298 loc) · 10.1 KB
/
repo_structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
├── Advanced_Projects
│ ├── EDUHELPER
│ ├── GUI Based TaskManager
│ ├── NaviBot-Voice-Assistant
│ ├── Research-Snap
│ └── SkillSync
│ └── templates
├── Algorithms_and_Data_Structures
│ ├── BinarySearchTree
│ │ ├── __pycache__
│ ├── Design_and_Analysis_of_Algorithms
│ │ ├── All_Pair_Shortest_path_problems
│ │ ├── Backtracking
│ │ ├── Branch_and_Bound
│ │ ├── Divide_and_Conquer
│ │ ├── Dynammic_Programming
│ │ ├── Graph_Traversing
│ │ ├── Greedy_Techniques
│ │ ├── Maximum_Flow
│ │ ├── Minimum_spanning_tree
│ │ ├── N-Queen-Visualiser-main
│ │ └── Single_Source_Shortest_path_problems
│ ├── HeapSort
│ ├── Linked List
│ ├── Pattern Search
│ ├── Queue
│ ├── Recurssion
│ ├── Stack
│ ├── Trees
│ ├── avl_tree_visualizer
│ └── visualizer
├── Automation_Tools
│ ├── Autofill personal info using Aadhar Card Image
│ │ ├── OCR ADHAAR API
│ │ ├── assets
│ │ │ └── images
│ ├── Image-Tool
│ ├── Web Scrapping
│ └── WhatsApp Tool
├── Beginner_Projects
│ ├── BMI Calculator
│ ├── Bar-Code-Generator
│ ├── Budget-tracker
│ ├── Calculator_App
│ ├── Chat App
│ ├── Digital Clock
│ ├── Email_Automation
│ ├── File Sorter
│ │ └── Theme
│ │ ├── dark
│ │ └── light
│ ├── Morse Code Translator with GUI
│ │ └── screenshots
│ ├── Number Guessing Game
│ ├── PDF Quering
│ ├── Password-Generator
│ ├── QR Generator
│ ├── Stock App
│ │ ├── Templates
│ ├── Sudoku Solver
│ ├── Task-Tracker
│ │ ├── task_tracker
│ │ │ ├── __pycache__
│ │ ├── task_tracker.egg-info
│ ├── Temperature
│ ├── Turtle
│ ├── URL_Shortener
│ ├── Web Scraper
│ └── chess_game
├── Blockchain_Development
├── Cybersecurity_Tools
│ ├── CLI-based Port Scanner
│ ├── Encryption_Decryption app
│ ├── Packet-sniffer
│ ├── Pixel_Decoder
│ ├── VidForensicsTool
│ └── bruteforce_password_cracking
├── Data Analysis
│ └── Unemployment Analysis due to COVID
├── Data Analytics
│ └── IPL Analysis
├── DataVizLearnig
│ ├── Movie Data Visualization
├── Data_Science
│ ├── AI Virtual Painter
│ │ ├── Header Files
│ │ ├── Images
│ │ ├── __pycache__
│ ├── Whatsapp_Chat_Analyzer
│ │ ├── Sample_Data
│ │ ├── images
│ ├── analysis_covid_trends
│ ├── customer_segmentation
│ └── time_series_visualization
├── Deep_Learning
│ ├── BankNifty Index Price Prediction LSTM
│ ├── Bird Species Classification
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Brain Tumor Detection
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Detect Bad Posture Media Pipe
│ ├── Digital Image Tampering Detection
│ ├── Dog Species Classification
│ │ ├── DataSet
│ │ ├── Images
│ │ ├── Models
│ ├── Face Mask Detection
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── File-Locking-Mechanism
│ │ ├── Face_Recognition_Script
│ ├── MNIST Digit Classification using Neural Networks
│ │ ├── dataset
│ │ ├── images
│ │ ├── model
│ ├── Object detection
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Plant Disease Detection
│ │ ├── Final tensorflow Models
│ │ ├── assets
│ │ │ └── images
│ │ ├── ipynb files
│ ├── SRGAN for upscaling image resolutions
│ │ ├── main
│ │ │ ├── temp
│ │ │ └── tests
│ │ └── saves
│ │ ├── 6850
│ │ └── 6900
│ ├── Spam Vs Ham Mail Classification [With Streamlit GUI]
│ │ ├── Dataset
│ │ ├── Image
│ │ ├── Model
│ ├── Spoken Language Translator
│ ├── Sugarcane Disease Prediction
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── models
│ ├── YOLO-Drowsiness-Detection-main
│ ├── smart_attendance_system
│ │ ├── photos
│ └── toxicity insult analyser
│ └── jigsaw-toxic-comment-classification-challenge
│ ├── sample_submission.csv
│ ├── test.csv
│ ├── test_labels.csv
│ └── train.csv
├── Game_Development
│ ├── Flappy_Bird
│ │ ├── audio
│ │ └── sprites
│ ├── Hangman-main
│ │ └── images
│ ├── KBC
│ ├── MasterMind
│ ├── Number Guessing Game
│ ├── Rock-Paper-Scissors
│ ├── Snake_Game
│ ├── Tic_Tac_Toe
│ ├── Trivia
│ └── Turtle Collection Game
├── Generative-AI
│ └── Code-LLM-bot
│ ├── images
├── Image processing
│ ├── Lane Line Detection [OPEN CV]
│ └── Number plate detection
│ ├── model
│ ├── ocr-notebook
│ ├── plates
├── Machine_Learning
│ ├── AI_Language_Learning_Assistant
│ ├── AI_Text_Detector
│ ├── Absent_Time_prediction_using_HyperParameter_Tuning
│ │ ├── absenteeism_at_work_data
│ │ ├── images
│ │ ├── model
│ ├── Air Quality Prediction
│ │ ├── Dataset
│ │ ├── Images
│ │ └── Model
│ ├── Analying_ML_model_using_maang
│ ├── Automobile Sales Data Analysis and Prediction
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Bitcoin Price Prediction
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Customer Clust - Customer Segmentation Tool
│ ├── Decision Tree Classifier
│ ├── Economic Regime Detection Project
│ ├── Email Spam Classifier
│ ├── Fake News Detection
│ │ ├── Images
│ │ ├── Model
│ ├── Hand Game Controller
│ ├── Iris Classification using KNN
│ │ ├── assets
│ │ │ └── images
│ ├── Landmark_Detection
│ │ ├── images
│ ├── Movie Classification
│ ├── Multivitamine Prediction
│ ├── Palm-Chatbot-main
│ │ ├── server
│ │ ├── src
│ │ │ ├── app
│ │ │ ├── assets
│ ├── Predicting Exam Score Using linear Regression
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Red Wine Quality Detection
│ ├── Signature_verification_portal
│ ├── TextToTalk
│ │ └── scripts
│ ├── Twitter Sentiment Analysis
│ │ ├── images
│ ├── WeCare
│ │ ├── datasets
│ │ ├── instance
│ │ ├── models
│ │ ├── static
│ │ └── templates
│ ├── Zomato Restaurant Clustering and Sentiment Analysis
│ ├── assets
│ ├── pokemon-data-analysis-and-legendary-classification-main
│ │ ├── Data
├── Tutorials
├── Video Processing
│ └── Online Video Editor
├── Web_Development
│ ├── Advanced-Weather-APP
│ │ ├── assets
│ ├── DevDetective
│ │ ├── assets
│ │ │ ├── images
│ ├── DocXtract
│ │ ├── public
│ │ └── src
│ │ ├── components
│ ├── FastAPI_Control_Panel
│ │ ├── app
│ │ ├── fastapi-react-frontend
│ │ │ ├── public
│ │ │ └── src
│ │ │ ├── components
│ │ │ │ ├── AddNewUser
│ │ │ │ ├── AdminDashboard
│ │ │ │ ├── LoginForm
│ │ │ │ ├── RegistrationForm
│ │ │ │ ├── SideBar
│ │ │ │ ├── TopBar
│ │ │ │ ├── UserDashboard
│ │ │ │ ├── UserProfile
│ │ │ │ └── UserTable
│ │ │ ├── context
│ │ │ ├── pages
│ │ │ │ ├── Dashboard
│ │ │ │ ├── Home
│ │ │ │ └── Login
│ │ │ ├── services
│ │ │ └── utils
│ ├── GIF_Generator-main
│ │ ├── public
│ │ ├── src
│ │ │ ├── components
│ │ │ ├── hooks
│ ├── Invoice-Generator
│ │ ├── public
│ │ ├── src
│ │ │ ├── components
│ │ │ ├── helpers
│ ├── Password_Generator--main
│ │ ├── assets
│ ├── RazorPay-Clone-master
│ │ ├── images
│ ├── Recursive-Tic-Tac-Toe-main
│ │ ├── assets
│ ├── Web_Developement_resources
│ ├── chatbot
│ │ ├── __pycache__
│ │ ├── static
│ │ │ ├── images
│ │ ├── templates
│ └── sudoku_solver
├── api_dev
├── cybersecurity_resources
│ └── pdf