forked from UTSAVS26/PyVerse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo_structure.txt
403 lines (403 loc) · 14 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
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
├── Advanced_Projects
│ ├── EDUHELPER
│ ├── EdgeLock-X
│ │ ├── faces
│ │ ├── static
│ ├── GUI Based TaskManager
│ └── NaviBot-Voice-Assistant
├── Algorithms_and_Data_Structures
│ ├── Arrays
│ ├── 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
│ ├── Dijkstra
│ ├── Dynamic-Programming-Series
│ │ ├── Basic-DP-Problems
│ │ └── Medium-DP-Problems
│ ├── HeapSort
│ ├── Linked List
│ ├── Pattern Search
│ ├── Queue
│ ├── Recurssion
│ ├── SearchingAlgorithms
│ ├── Stack
│ ├── Trees
│ ├── avl_tree_visualizer
│ ├── sorting_algorithms
│ └── visualizer
├── Automation_Tools
│ ├── Autofill personal info using Aadhar Card Image
│ │ ├── OCR ADHAAR API
│ │ ├── assets
│ │ │ └── images
│ ├── Image-Tool
│ ├── Web Scrapping
│ │ └── linkedin_scraper
│ │ └── linkedin_scraper
│ │ ├── linkedin_scraper
│ │ │ ├── __pycache__
│ │ │ └── spiders
│ │ │ ├── __pycache__
│ ├── WhatsApp Tool
│ └── api_dev
├── Beginner_Projects
│ ├── Anime_Manga_Tracker
│ ├── BMI Calculator
│ ├── Bar-Code-Generator
│ ├── Budget-tracker
│ ├── Calculator_App
│ ├── Chat App
│ ├── Digital Clock
│ ├── Email_Automation
│ ├── File Sorter
│ │ └── Theme
│ │ ├── dark
│ │ └── light
│ ├── Financial AI Assistant
│ ├── Morse Code Translator with GUI
│ │ └── screenshots
│ ├── Number Guessing Game
│ ├── PDF Quering
│ ├── Password-Generator
│ ├── Positive_News_Digest
│ │ ├── templates
│ ├── Pycham Face reco
│ │ ├── images
│ ├── QR Generator
│ ├── Research-Snap
│ ├── SkillSync
│ │ └── templates
│ ├── Stock App
│ │ ├── Templates
│ ├── Sudoku Solver
│ ├── Task-Tracker
│ │ ├── task_tracker
│ │ │ ├── __pycache__
│ │ ├── task_tracker.egg-info
│ ├── Temperature
│ ├── Turtle
│ │ ├── Turtle-Art
│ ├── URL_Shortener
│ ├── Web Scraper
│ ├── background-remover
│ │ └── templates
│ ├── chess_game
├── Blockchain_Development
│ └── Basic Python Blockchain Implementation
├── Computer Vision
│ └── Volume Control Using Hand Gesture
│ ├── docs
├── Cybersecurity_Tools
│ ├── CLI-based Port Scanner
│ ├── Encryption_Decryption app
│ ├── File Integrity Checker
│ ├── File_encryption_tool
│ ├── Keylogger
│ ├── PDF_Malware_Detection
│ │ ├── Dataset
│ │ └── saved_models
│ ├── Packet-sniffer
│ ├── Phishing detection tool
│ ├── Pixel_Decoder
│ ├── VidForensicsTool
│ ├── bruteforce_password_cracking
│ └── cybersecurity_resources
│ └── pdf
├── Data_Science
│ ├── AI Virtual Painter
│ │ ├── Header Files
│ │ ├── Images
│ │ ├── __pycache__
│ ├── Analysis of Mortality Rate
│ ├── DataVizLearnig
│ │ ├── Movie Data Visualization
│ ├── Diabetes Analysis
│ │ ├── EDA
│ │ ├── Model
│ │ ├── data
│ ├── Google Search Analysis with python
│ ├── Hotel Demand EDA and Forecasting Using ARIMA Model
│ ├── IPL Analysis
│ ├── Unemployment Analysis due to COVID
│ ├── Whatsapp_Chat_Analyzer
│ │ ├── Sample_Data
│ │ ├── images
│ ├── analysis_covid_trends
│ ├── customer_segmentation
│ ├── stock_prediction
│ ├── time_series_visualization
│ └── traffic_vs_zombie_game
│ ├── images
│ └── sound
├── Deep_Learning
│ ├── BankNifty Index Price Prediction LSTM
│ ├── Bird Species Classification
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Black and White images into Colour
│ │ ├── For Colorisation
│ │ ├── images
│ ├── Brain Tumor Detection
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Deep-learning-for-Animal-Identification
│ │ ├── images
│ ├── Detect Bad Posture Media Pipe
│ ├── Digital Image Tampering Detection
│ ├── Dog Species Classification
│ │ ├── DataSet
│ │ ├── Images
│ │ ├── Models
│ ├── ESRGAN-Model for Enhanced Upscaling of Image
│ │ ├── LR
│ │ ├── figures
│ │ ├── models
│ ├── Face Mask Detection
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── File-Locking-Mechanism
│ │ ├── Face_Recognition_Script
│ ├── MNIST Digit Classification using Neural Networks
│ │ ├── dataset
│ │ ├── images
│ │ ├── model
│ ├── Medical_diagnoser
│ │ ├── Dataset
│ ├── NN_FROM_SCRATCH
│ ├── Object detection
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Paddy Disease Classification
│ │ ├── Dataset
│ │ ├── Image
│ │ ├── models
│ ├── 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
│ ├── Terrain_classification
│ │ └── transfer_learning_models
│ ├── Traffic Accident Prediction Model using Deep Learning
│ ├── 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
│ ├── Bubble Shoot
│ ├── Card quest
│ ├── Dice_rolling_simulator
│ ├── Flappy_Bird
│ │ ├── audio
│ │ └── sprites
│ ├── Hangman-main
│ │ └── images
│ ├── KBC
│ ├── Map Game
│ ├── MasterMind
│ ├── Maze
│ ├── Number Guessing Game
│ ├── Pig Dice Game
│ ├── PingPong
│ ├── Rock-Paper-Scissors
│ ├── Snake_Game
│ ├── Space_quiz.py
│ ├── Text-Based Adventure
│ ├── Tic_Tac_Toe
│ ├── Trivia
│ ├── Turtle Collection Game
│ └── Visual_novel _code
├── Generative-AI
│ ├── Code-LLM-bot
│ │ ├── images
│ └── Cold-Email-Generator
│ ├── app
│ └── img
├── Image processing
│ ├── Lane Line Detection [OPEN CV]
│ ├── Number plate detection
│ │ ├── model
│ │ ├── ocr-notebook
│ │ ├── plates
│ ├── OpticalCharacterRecognition(OCR)
│ ├── PhotoSpectroscope
│ │ ├── Analyser
│ │ │ ├── Scripts
│ │ │ └── Test Docs
│ │ │ └── images
│ │ ├── Normaliser
│ │ │ ├── Images
│ │ │ └── Script
│ │ ├── Results
│ │ ├── Scource
│ │ ├── Theme
│ │ │ └── theme
│ │ │ ├── dark
│ │ │ ├── light
│ └── covid_face_mask
│ ├── archive
│ │ ├── annotations
│ │ └── images
├── Images
├── 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
│ ├── Anomaly_based_ids
│ │ └── saved_model
│ ├── Automobile Sales Data Analysis and Prediction
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Bitcoin Price Prediction
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── CreditCardFraudDetection
│ ├── Customer Clust - Customer Segmentation Tool
│ ├── Data Summarizer NLP
│ │ ├── __pycache__
│ │ └── templates
│ ├── Decision Tree Classifier
│ ├── Diabetes-Prediction
│ │ ├── readme_resources
│ │ ├── static
│ │ └── templates
│ ├── Earthquake-prediction-using-Machine-learning-models
│ │ ├── Dataset
│ │ │ └── Processed_data
│ │ └── images
│ ├── Economic Regime Detection Project
│ ├── Email Spam Classifier
│ ├── Fake News Detection
│ │ ├── Images
│ │ ├── Model
│ ├── Flight_delay_prediction
│ ├── Hand Game Controller
│ ├── Intrusion Detection System
│ │ ├── Dataset
│ │ ├── Image
│ ├── Iris Classification using KNN
│ │ ├── assets
│ │ │ └── images
│ ├── Landmark_Detection
│ │ ├── images
│ ├── Linear regression using gradient decent
│ ├── Movie Classification
│ ├── Multivitamine Prediction
│ ├── NEXT-GEN TRAFFIC MANAGEMENT SYSTEM
│ ├── Palm-Chatbot-main
│ │ ├── server
│ │ ├── src
│ │ │ ├── app
│ │ │ ├── assets
│ ├── Poker Hand Prediction
│ │ ├── Images
│ │ ├── Poker Hand Prediction
│ │ ├── datasets
│ │ │ └── csv
│ │ ├── models
│ ├── Predicting Exam Score Using linear Regression
│ │ ├── Dataset
│ │ ├── Images
│ │ ├── Model
│ ├── Red Wine Quality Detection
│ ├── SONAR_Rock_ Mine_Prediction
│ ├── SVM
│ ├── Signature_verification_portal
│ ├── Style Transfer with Neural Network
│ ├── TextToTalk
│ │ └── scripts
│ ├── Twitter Sentiment Analysis
│ │ ├── images
│ ├── WeCare
│ │ ├── datasets
│ │ ├── instance
│ │ ├── models
│ │ ├── static
│ │ └── templates
│ ├── Web Page Phishing Detection
│ ├── Zomato Restaurant Clustering and Sentiment Analysis
│ ├── assets
│ ├── pokemon-data-analysis-and-legendary-classification-main
│ │ ├── Data
├── Sentiment-Analysis-Of-Restaurant-Reviews
├── Stock_Market_Analysis
├── Tutorials
├── Video Processing
│ └── Online Video Editor
├── Web_Development
│ ├── 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
│ ├── Movie_Recommendation
│ │ ├── data
│ ├── Web_Developement_resources
│ └── chatbot
│ ├── __pycache__
│ ├── static
│ │ ├── images
│ ├── templates