Skip to content

Latest commit

 

History

History
215 lines (215 loc) · 7.08 KB

Repo-structure.md

File metadata and controls

215 lines (215 loc) · 7.08 KB
├── Advanced_Projects
│   ├── EDUHELPER
│   ├── GUI Based TaskManager
│   ├── NaviBot-Voice-Assistant
│   └── Research-Snap
├── 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
│   ├── Linked List
│   ├── Pattern Search
│   ├── Recurssion
│   ├── Stack
│   ├── Trees
│   ├── avl_tree_visualizer
│   └── visualizer
├── Automation_Tools
│   ├── Autofill personal info using Aadhar Card Image
│   │   ├── OCR ADHAAR API
│   │   ├── assets
│   │   │   └── images
│   ├── Image-Tool
│   └── WhatsApp Tool
├── Beginner_Projects
│   ├── 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
│   ├── Temperature
│   ├── Turtle
│   ├── URL_Shortener
│   ├── Web Scraper
│   └── chess_game
├── Blockchain_Development
├── Cybersecurity_Tools
│   ├── CLI-based Port Scanner
│   ├── Encryption_Decryption app
│   └── Pixel_Decoder
├── Data Analysis
│   └── Unemployment Analysis due to COVID
├── Data Analytics
│   └── IPL Analysis
├── DataVizLearnig
├── 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
│   ├── Bird Species Classification
│   │   ├── Dataset
│   │   ├── Images
│   │   ├── Model
│   ├── Brain Tumor Detection
│   │   ├── Dataset
│   │   ├── Images
│   │   ├── Model
│   ├── 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
│   ├── Spam Vs Ham Mail Classification [With Streamlit GUI]
│   │   ├── Dataset
│   │   ├── Image
│   │   ├── Model
│   ├── 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
│   └── Trivia
├── 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
│   ├── 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
│   ├── Fake News Detection
│   │   ├── Images
│   │   ├── Model
│   ├── Hand Game Controller
│   ├── Iris Classification using KNN
│   │   ├── assets
│   │   │   └── images
│   ├── Multivitamine Prediction
│   ├── Palm-Chatbot-main
│   │   ├── server
│   │   ├── src
│   │   │   ├── app
│   │   │   ├── assets
│   ├── Predicting Exam Score Using linear Regression
│   │   ├── Dataset
│   │   ├── Images
│   │   ├── Model
│   ├── Twitter Sentiment Analysis
│   │   ├── images
│   ├── Zomato Restaurant Clustering and Sentiment Analysis
│   ├── assets
├── Tutorials
├── Web_Development
│   ├── Advanced-Weather-APP
│   │   ├── assets
│   ├── DevDetective
│   │   ├── assets
│   │   │   ├── images
│   ├── DocXtract
│   │   ├── public
│   │   └── src
│   │       ├── components
│   ├── Invoice-Generator
│   │   ├── public
│   │   ├── src
│   │   │   ├── components
│   │   │   ├── helpers
│   ├── Web_Developement_resources
│   ├── chatbot
│   │   ├── __pycache__
│   │   ├── static
│   │   │   ├── images
│   │   ├── templates
│   └── sudoku_solver
├── cybersecurity_resources
│   └── pdf