├── .github ├── PULL_REQUEST_TEMPLATE.md └── workflows │ ├── main.yml │ └── main_pyjango.yml ├── .gitignore ├── Data_Analytics ├── Pandas Profiling ├── Titanic__Survivors_dataset │ ├── Titanic__Survivors_dataset .ipynb │ └── train.csv └── Weather History │ ├── README.md │ ├── performing_analysis_of_meteorological_data.ipynb │ └── weatherHistory.csv ├── LICENSE ├── Machine Learning ├── Face Detection │ ├── fac_dec.py │ └── haarcascade_frontalface_default.xml ├── IRIS_classification │ ├── iris.csv │ └── iris_classifier.py ├── Pytorch_series │ ├── CNN_network.py │ ├── Custom_dataset_images │ │ ├── custom_dataset_images.py │ │ ├── face_landmarks.csv │ │ └── faces │ │ │ ├── 0805personali01.jpg │ │ │ ├── 1084239450_e76e00b7e7.jpg │ │ │ ├── 10comm-decarlo.jpg │ │ │ ├── 110276240_bec305da91.jpg │ │ │ ├── 1198_0_861.jpg │ │ │ ├── 137341995_e7c48e9a75.jpg │ │ │ ├── 1383023626_8a49e4879a.jpg │ │ │ ├── 144044282_87cf3ff76e.jpg │ │ │ ├── 152601997_ec6429a43c.jpg │ │ │ ├── 1549040388_b99e9fa295.jpg │ │ │ ├── 1878519279_f905d4f34e.jpg │ │ │ ├── 2046713398_91aaa6fe1c.jpg │ │ │ ├── 2173711035_dbd53b4f9f.jpg │ │ │ ├── 2210514040_6b03ff2629.jpg │ │ │ ├── 2322901504_08122b01ba.jpg │ │ │ ├── 2327253037_66a61ea6fe.jpg │ │ │ ├── 2328398005_d328a70b4c.jpg │ │ │ ├── 2370961440_6bc8ce346c.jpg │ │ │ ├── 2382SJ8.jpg │ │ │ ├── 252418361_440b75751b.jpg │ │ │ ├── 262007783_943bbcf613.jpg │ │ │ ├── 2633371780_45b740b670.jpg │ │ │ ├── 2647088981_60e9fe40cd.jpg │ │ │ ├── 2711409561_a0786a3d3d.jpg │ │ │ ├── 2722779845_7fcb64a096.jpg │ │ │ ├── 2795838930_0cc5aa5f41.jpg │ │ │ ├── 2902323565_100017b63c.jpg │ │ │ ├── 2902760364_89c50bde40.jpg │ │ │ ├── 2956581526_cd803f2daa.jpg │ │ │ ├── 297448785_b2dda4b2c0.jpg │ │ │ ├── 299733036_fff5ea6f8e.jpg │ │ │ ├── 303808204_1f744bc407.jpg │ │ │ ├── 3074791551_baee7fa0c1.jpg │ │ │ ├── 3152653555_68322314f3.jpg │ │ │ ├── 3264867945_fe18d442c1.jpg │ │ │ ├── 3273658251_b95f65c244.jpg │ │ │ ├── 3298715079_5af7c78fcb.jpg │ │ │ ├── 3325611505_ddc7beffa1.jpg │ │ │ ├── 3362762930_24f76cb89c.jpg │ │ │ ├── 343583208_e986824d77.jpg │ │ │ ├── 3461016494_56cce9c984.jpg │ │ │ ├── 348272697_832ce65324.jpg │ │ │ ├── 3534188114_2108895291.jpg │ │ │ ├── 3534189272_8ef88ba368.jpg │ │ │ ├── 3555944509_7b477069c6.jpg │ │ │ ├── 3574737496_6ee8207045.jpg │ │ │ ├── 362167809_d5a5dcbfdb.jpg │ │ │ ├── 363149951_8be04dc6c0.jpg │ │ │ ├── 3638950581_3387685d3a.jpg │ │ │ ├── 3646828311_bfeb429ef7.jpg │ │ │ ├── 3689162471_5f9ffb5aa0.jpg │ │ │ ├── 3718903026_c1bf5dfcf8.jpg │ │ │ ├── 3790616528_297c0ac935.jpg │ │ │ ├── 3855944735_e252959937.jpg │ │ │ ├── 3856149136_d4595ffdd4.jpg │ │ │ ├── 3872768751_e60d7fdbd5.jpg │ │ │ ├── 529447797_0f9d2fb756.jpg │ │ │ ├── 57635685_d41c98f8ca.jpg │ │ │ ├── 809285949_6889026b53.jpg │ │ │ ├── 92053278_be61a225d2.jpg │ │ │ ├── 96063776_bdb3617b64.jpg │ │ │ ├── 97308305_4b737d0873.jpg │ │ │ ├── britney-bald.jpg │ │ │ ├── create_landmark_dataset.py │ │ │ ├── deeny.peggy.jpg │ │ │ ├── matt-mathes.jpg │ │ │ ├── person-7.jpg │ │ │ ├── person.jpg │ │ │ ├── person_TjahjonoDGondhowiardjo.jpg │ │ │ └── personalpic.jpg │ ├── Instance_Segmentation │ │ ├── Instance_Segmentation.ipynb │ │ └── README.md │ ├── README.md │ ├── RNN_network.py │ ├── bidirectinal_lstm.py │ ├── data_augmentation.py │ ├── handling_imbalanced_dataset.py │ ├── load_save_model.py │ ├── sample_neural_network.py │ ├── tensorr_basics.py │ └── transfer_learning.py └── smile detection │ ├── detection.py │ ├── haarcascade_frontalface_default.xml │ └── smile.xml ├── Projects ├── 2 player tic tac toe game.py ├── Audiobook Voice-Over.py ├── Billing System │ ├── Bill.PNG │ └── Billing_System.py ├── Blackjack game.py ├── Chess │ ├── game.py │ ├── network.py │ ├── run.py │ └── server.py ├── DSA Practice Bot on Telegram │ ├── constants.py │ ├── main.py │ └── responses.py ├── Face Recognition ├── Face_Recognisation.py ├── Hangman │ ├── hangman.py │ ├── hangman_art.py │ └── hangman_words.py ├── ImageCompression.py ├── Job_Scraping.py ├── Language Translator │ ├── images │ │ └── trans.png │ ├── readme.md │ ├── requirements.txt │ └── translator.py ├── Music Player │ ├── music-player.py │ ├── music_player.png │ └── songs │ │ ├── Dhadak (Title Track).mp3 │ │ └── O Saathi.mp3 ├── Pong ├── Pong.py ├── Quiz game │ ├── questions.py │ └── quiz.py ├── Random_Option_Chooser.py ├── RiddleMe! ├── Rock Paper Scissor Game │ ├── README.md │ ├── main.py │ └── rock_paper_scissor_game.py ├── Roshambo.py ├── Roulette-Game.py ├── SnakeGame │ ├── img │ │ ├── apple.jpg │ │ └── ghost.png │ └── main.py ├── Space Shooter Game │ ├── .idea │ │ ├── .gitignore │ │ ├── inspectionProfiles │ │ │ ├── Project_Default.xml │ │ │ └── profiles_settings.xml │ │ ├── misc.xml │ │ ├── modules.xml │ │ └── pythonProject15.iml │ ├── SHPinscher-Regular.otf │ ├── background.png │ ├── bullet.png │ ├── enemy laser.png │ ├── enemy spaceship.png │ ├── main.py │ ├── missile spaceship.png │ ├── missile.png │ └── spaceship.png ├── Stack using Class.py ├── Task_Reminder │ ├── Instructions.md │ ├── ReminderDiary.xlsx │ ├── img │ │ ├── Task_Reminder.ico │ │ ├── Task_Reminder.png │ │ └── Task_Reminder.psd │ ├── main.py │ └── requirements.txt ├── Tic-Tac-Toe.py ├── URLShortener.py ├── Youtube - AudioVideo Downloader │ ├── app.png │ ├── application.pyw │ ├── icons │ │ ├── back.png │ │ ├── search.png │ │ └── youtube.png │ └── readme.md ├── YoutubeDownloader.py ├── YoutubeVideoDownloader.png ├── acro-chat.py ├── alpha.py ├── alphaAi.PNG ├── calc.py ├── choice_game.py ├── currencyconvertor.py ├── days-alives.py ├── days_alive.py ├── dice_roll.py ├── game.py ├── guess_num.py ├── image_to_ascii.py ├── leap_year.py ├── madlibs.py ├── password_generator_1.py ├── phone_nums.py ├── qr_generator.py ├── queue-demo.py ├── queue_1.py ├── rps.py ├── snake_game.py ├── stopwatch.py ├── tkinter_Calc.py ├── tkinter_Digital_Clock.py ├── tkinter_calc.PNG ├── tkinter_digital_clock.PNG ├── twitter-sentiment-analysis │ ├── Twitter_Data.csv │ └── twitter-sentiment-analysis.ipynb └── username_generator.py └── README.md /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.github/workflows/main_pyjango.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/.github/workflows/main_pyjango.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/.gitignore -------------------------------------------------------------------------------- /Data_Analytics/Pandas Profiling: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Data_Analytics/Pandas Profiling -------------------------------------------------------------------------------- /Data_Analytics/Titanic__Survivors_dataset/Titanic__Survivors_dataset .ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Data_Analytics/Titanic__Survivors_dataset/Titanic__Survivors_dataset .ipynb -------------------------------------------------------------------------------- /Data_Analytics/Titanic__Survivors_dataset/train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Data_Analytics/Titanic__Survivors_dataset/train.csv -------------------------------------------------------------------------------- /Data_Analytics/Weather History/README.md: -------------------------------------------------------------------------------- 1 | # Performing Analysis of Meteorological Data 2 | -------------------------------------------------------------------------------- /Data_Analytics/Weather History/performing_analysis_of_meteorological_data.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Data_Analytics/Weather History/performing_analysis_of_meteorological_data.ipynb -------------------------------------------------------------------------------- /Data_Analytics/Weather History/weatherHistory.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Data_Analytics/Weather History/weatherHistory.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/LICENSE -------------------------------------------------------------------------------- /Machine Learning/Face Detection/fac_dec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Face Detection/fac_dec.py -------------------------------------------------------------------------------- /Machine Learning/Face Detection/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Face Detection/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Machine Learning/IRIS_classification/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/IRIS_classification/iris.csv -------------------------------------------------------------------------------- /Machine Learning/IRIS_classification/iris_classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/IRIS_classification/iris_classifier.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/CNN_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/CNN_network.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/custom_dataset_images.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/custom_dataset_images.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/face_landmarks.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/face_landmarks.csv -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/0805personali01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/0805personali01.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/1084239450_e76e00b7e7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/1084239450_e76e00b7e7.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/10comm-decarlo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/10comm-decarlo.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/110276240_bec305da91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/110276240_bec305da91.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/1198_0_861.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/1198_0_861.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/137341995_e7c48e9a75.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/137341995_e7c48e9a75.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/1383023626_8a49e4879a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/1383023626_8a49e4879a.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/144044282_87cf3ff76e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/144044282_87cf3ff76e.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/152601997_ec6429a43c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/152601997_ec6429a43c.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/1549040388_b99e9fa295.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/1549040388_b99e9fa295.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/1878519279_f905d4f34e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/1878519279_f905d4f34e.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2046713398_91aaa6fe1c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2046713398_91aaa6fe1c.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2173711035_dbd53b4f9f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2173711035_dbd53b4f9f.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2210514040_6b03ff2629.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2210514040_6b03ff2629.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2322901504_08122b01ba.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2322901504_08122b01ba.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2327253037_66a61ea6fe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2327253037_66a61ea6fe.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2328398005_d328a70b4c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2328398005_d328a70b4c.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2370961440_6bc8ce346c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2370961440_6bc8ce346c.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2382SJ8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2382SJ8.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/252418361_440b75751b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/252418361_440b75751b.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/262007783_943bbcf613.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/262007783_943bbcf613.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2633371780_45b740b670.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2633371780_45b740b670.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2647088981_60e9fe40cd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2647088981_60e9fe40cd.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2711409561_a0786a3d3d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2711409561_a0786a3d3d.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2722779845_7fcb64a096.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2722779845_7fcb64a096.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2795838930_0cc5aa5f41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2795838930_0cc5aa5f41.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2902323565_100017b63c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2902323565_100017b63c.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2902760364_89c50bde40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2902760364_89c50bde40.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/2956581526_cd803f2daa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/2956581526_cd803f2daa.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/297448785_b2dda4b2c0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/297448785_b2dda4b2c0.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/299733036_fff5ea6f8e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/299733036_fff5ea6f8e.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/303808204_1f744bc407.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/303808204_1f744bc407.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3074791551_baee7fa0c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3074791551_baee7fa0c1.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3152653555_68322314f3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3152653555_68322314f3.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3264867945_fe18d442c1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3264867945_fe18d442c1.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3273658251_b95f65c244.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3273658251_b95f65c244.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3298715079_5af7c78fcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3298715079_5af7c78fcb.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3325611505_ddc7beffa1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3325611505_ddc7beffa1.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3362762930_24f76cb89c.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3362762930_24f76cb89c.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/343583208_e986824d77.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/343583208_e986824d77.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3461016494_56cce9c984.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3461016494_56cce9c984.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/348272697_832ce65324.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/348272697_832ce65324.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3534188114_2108895291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3534188114_2108895291.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3534189272_8ef88ba368.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3534189272_8ef88ba368.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3555944509_7b477069c6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3555944509_7b477069c6.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3574737496_6ee8207045.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3574737496_6ee8207045.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/362167809_d5a5dcbfdb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/362167809_d5a5dcbfdb.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/363149951_8be04dc6c0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/363149951_8be04dc6c0.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3638950581_3387685d3a.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3638950581_3387685d3a.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3646828311_bfeb429ef7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3646828311_bfeb429ef7.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3689162471_5f9ffb5aa0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3689162471_5f9ffb5aa0.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3718903026_c1bf5dfcf8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3718903026_c1bf5dfcf8.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3790616528_297c0ac935.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3790616528_297c0ac935.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3855944735_e252959937.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3855944735_e252959937.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3856149136_d4595ffdd4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3856149136_d4595ffdd4.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/3872768751_e60d7fdbd5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/3872768751_e60d7fdbd5.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/529447797_0f9d2fb756.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/529447797_0f9d2fb756.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/57635685_d41c98f8ca.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/57635685_d41c98f8ca.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/809285949_6889026b53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/809285949_6889026b53.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/92053278_be61a225d2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/92053278_be61a225d2.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/96063776_bdb3617b64.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/96063776_bdb3617b64.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/97308305_4b737d0873.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/97308305_4b737d0873.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/britney-bald.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/britney-bald.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/create_landmark_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/create_landmark_dataset.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/deeny.peggy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/deeny.peggy.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/matt-mathes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/matt-mathes.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/person-7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/person-7.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/person.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/person.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/person_TjahjonoDGondhowiardjo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/person_TjahjonoDGondhowiardjo.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Custom_dataset_images/faces/personalpic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Custom_dataset_images/faces/personalpic.jpg -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Instance_Segmentation/Instance_Segmentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Instance_Segmentation/Instance_Segmentation.ipynb -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/Instance_Segmentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/Instance_Segmentation/README.md -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/README.md -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/RNN_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/RNN_network.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/bidirectinal_lstm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/bidirectinal_lstm.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/data_augmentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/data_augmentation.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/handling_imbalanced_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/handling_imbalanced_dataset.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/load_save_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/load_save_model.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/sample_neural_network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/sample_neural_network.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/tensorr_basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/tensorr_basics.py -------------------------------------------------------------------------------- /Machine Learning/Pytorch_series/transfer_learning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/Pytorch_series/transfer_learning.py -------------------------------------------------------------------------------- /Machine Learning/smile detection/detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/smile detection/detection.py -------------------------------------------------------------------------------- /Machine Learning/smile detection/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/smile detection/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Machine Learning/smile detection/smile.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Machine Learning/smile detection/smile.xml -------------------------------------------------------------------------------- /Projects/2 player tic tac toe game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/2 player tic tac toe game.py -------------------------------------------------------------------------------- /Projects/Audiobook Voice-Over.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Audiobook Voice-Over.py -------------------------------------------------------------------------------- /Projects/Billing System/Bill.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Billing System/Bill.PNG -------------------------------------------------------------------------------- /Projects/Billing System/Billing_System.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Billing System/Billing_System.py -------------------------------------------------------------------------------- /Projects/Blackjack game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Blackjack game.py -------------------------------------------------------------------------------- /Projects/Chess/game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Chess/game.py -------------------------------------------------------------------------------- /Projects/Chess/network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Chess/network.py -------------------------------------------------------------------------------- /Projects/Chess/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Chess/run.py -------------------------------------------------------------------------------- /Projects/Chess/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Chess/server.py -------------------------------------------------------------------------------- /Projects/DSA Practice Bot on Telegram/constants.py: -------------------------------------------------------------------------------- 1 | API_KEY='1796716216:AAEa1RtednckbK1577c--cJHfPpJQiV411s' -------------------------------------------------------------------------------- /Projects/DSA Practice Bot on Telegram/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/DSA Practice Bot on Telegram/main.py -------------------------------------------------------------------------------- /Projects/DSA Practice Bot on Telegram/responses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/DSA Practice Bot on Telegram/responses.py -------------------------------------------------------------------------------- /Projects/Face Recognition: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Face Recognition -------------------------------------------------------------------------------- /Projects/Face_Recognisation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Face_Recognisation.py -------------------------------------------------------------------------------- /Projects/Hangman/hangman.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Hangman/hangman.py -------------------------------------------------------------------------------- /Projects/Hangman/hangman_art.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Hangman/hangman_art.py -------------------------------------------------------------------------------- /Projects/Hangman/hangman_words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Hangman/hangman_words.py -------------------------------------------------------------------------------- /Projects/ImageCompression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/ImageCompression.py -------------------------------------------------------------------------------- /Projects/Job_Scraping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Job_Scraping.py -------------------------------------------------------------------------------- /Projects/Language Translator/images/trans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Language Translator/images/trans.png -------------------------------------------------------------------------------- /Projects/Language Translator/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Language Translator/readme.md -------------------------------------------------------------------------------- /Projects/Language Translator/requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit==1.10.0 2 | googletrans==3.1.0a0 3 | gTTS==2.2.3 4 | -------------------------------------------------------------------------------- /Projects/Language Translator/translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Language Translator/translator.py -------------------------------------------------------------------------------- /Projects/Music Player/music-player.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Music Player/music-player.py -------------------------------------------------------------------------------- /Projects/Music Player/music_player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Music Player/music_player.png -------------------------------------------------------------------------------- /Projects/Music Player/songs/Dhadak (Title Track).mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Music Player/songs/Dhadak (Title Track).mp3 -------------------------------------------------------------------------------- /Projects/Music Player/songs/O Saathi.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Music Player/songs/O Saathi.mp3 -------------------------------------------------------------------------------- /Projects/Pong: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Pong -------------------------------------------------------------------------------- /Projects/Pong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Pong.py -------------------------------------------------------------------------------- /Projects/Quiz game/questions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Quiz game/questions.py -------------------------------------------------------------------------------- /Projects/Quiz game/quiz.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Quiz game/quiz.py -------------------------------------------------------------------------------- /Projects/Random_Option_Chooser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Random_Option_Chooser.py -------------------------------------------------------------------------------- /Projects/RiddleMe!: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/RiddleMe! -------------------------------------------------------------------------------- /Projects/Rock Paper Scissor Game/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Rock Paper Scissor Game/README.md -------------------------------------------------------------------------------- /Projects/Rock Paper Scissor Game/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Rock Paper Scissor Game/main.py -------------------------------------------------------------------------------- /Projects/Rock Paper Scissor Game/rock_paper_scissor_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Rock Paper Scissor Game/rock_paper_scissor_game.py -------------------------------------------------------------------------------- /Projects/Roshambo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Roshambo.py -------------------------------------------------------------------------------- /Projects/Roulette-Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Roulette-Game.py -------------------------------------------------------------------------------- /Projects/SnakeGame/img/apple.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/SnakeGame/img/apple.jpg -------------------------------------------------------------------------------- /Projects/SnakeGame/img/ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/SnakeGame/img/ghost.png -------------------------------------------------------------------------------- /Projects/SnakeGame/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/SnakeGame/main.py -------------------------------------------------------------------------------- /Projects/Space Shooter Game/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /Projects/Space Shooter Game/.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /Projects/Space Shooter Game/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/.idea/inspectionProfiles/profiles_settings.xml -------------------------------------------------------------------------------- /Projects/Space Shooter Game/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/.idea/misc.xml -------------------------------------------------------------------------------- /Projects/Space Shooter Game/.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/.idea/modules.xml -------------------------------------------------------------------------------- /Projects/Space Shooter Game/.idea/pythonProject15.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/.idea/pythonProject15.iml -------------------------------------------------------------------------------- /Projects/Space Shooter Game/SHPinscher-Regular.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/SHPinscher-Regular.otf -------------------------------------------------------------------------------- /Projects/Space Shooter Game/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/background.png -------------------------------------------------------------------------------- /Projects/Space Shooter Game/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/bullet.png -------------------------------------------------------------------------------- /Projects/Space Shooter Game/enemy laser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/enemy laser.png -------------------------------------------------------------------------------- /Projects/Space Shooter Game/enemy spaceship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/enemy spaceship.png -------------------------------------------------------------------------------- /Projects/Space Shooter Game/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/main.py -------------------------------------------------------------------------------- /Projects/Space Shooter Game/missile spaceship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/missile spaceship.png -------------------------------------------------------------------------------- /Projects/Space Shooter Game/missile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/missile.png -------------------------------------------------------------------------------- /Projects/Space Shooter Game/spaceship.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Space Shooter Game/spaceship.png -------------------------------------------------------------------------------- /Projects/Stack using Class.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Stack using Class.py -------------------------------------------------------------------------------- /Projects/Task_Reminder/Instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Task_Reminder/Instructions.md -------------------------------------------------------------------------------- /Projects/Task_Reminder/ReminderDiary.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Task_Reminder/ReminderDiary.xlsx -------------------------------------------------------------------------------- /Projects/Task_Reminder/img/Task_Reminder.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Task_Reminder/img/Task_Reminder.ico -------------------------------------------------------------------------------- /Projects/Task_Reminder/img/Task_Reminder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Task_Reminder/img/Task_Reminder.png -------------------------------------------------------------------------------- /Projects/Task_Reminder/img/Task_Reminder.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Task_Reminder/img/Task_Reminder.psd -------------------------------------------------------------------------------- /Projects/Task_Reminder/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Task_Reminder/main.py -------------------------------------------------------------------------------- /Projects/Task_Reminder/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Task_Reminder/requirements.txt -------------------------------------------------------------------------------- /Projects/Tic-Tac-Toe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Tic-Tac-Toe.py -------------------------------------------------------------------------------- /Projects/URLShortener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/URLShortener.py -------------------------------------------------------------------------------- /Projects/Youtube - AudioVideo Downloader/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Youtube - AudioVideo Downloader/app.png -------------------------------------------------------------------------------- /Projects/Youtube - AudioVideo Downloader/application.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Youtube - AudioVideo Downloader/application.pyw -------------------------------------------------------------------------------- /Projects/Youtube - AudioVideo Downloader/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Youtube - AudioVideo Downloader/icons/back.png -------------------------------------------------------------------------------- /Projects/Youtube - AudioVideo Downloader/icons/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Youtube - AudioVideo Downloader/icons/search.png -------------------------------------------------------------------------------- /Projects/Youtube - AudioVideo Downloader/icons/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Youtube - AudioVideo Downloader/icons/youtube.png -------------------------------------------------------------------------------- /Projects/Youtube - AudioVideo Downloader/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/Youtube - AudioVideo Downloader/readme.md -------------------------------------------------------------------------------- /Projects/YoutubeDownloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/YoutubeDownloader.py -------------------------------------------------------------------------------- /Projects/YoutubeVideoDownloader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/YoutubeVideoDownloader.png -------------------------------------------------------------------------------- /Projects/acro-chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/acro-chat.py -------------------------------------------------------------------------------- /Projects/alpha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/alpha.py -------------------------------------------------------------------------------- /Projects/alphaAi.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/alphaAi.PNG -------------------------------------------------------------------------------- /Projects/calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/calc.py -------------------------------------------------------------------------------- /Projects/choice_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/choice_game.py -------------------------------------------------------------------------------- /Projects/currencyconvertor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/currencyconvertor.py -------------------------------------------------------------------------------- /Projects/days-alives.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/days-alives.py -------------------------------------------------------------------------------- /Projects/days_alive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/days_alive.py -------------------------------------------------------------------------------- /Projects/dice_roll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/dice_roll.py -------------------------------------------------------------------------------- /Projects/game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/game.py -------------------------------------------------------------------------------- /Projects/guess_num.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/guess_num.py -------------------------------------------------------------------------------- /Projects/image_to_ascii.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/image_to_ascii.py -------------------------------------------------------------------------------- /Projects/leap_year.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/leap_year.py -------------------------------------------------------------------------------- /Projects/madlibs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/madlibs.py -------------------------------------------------------------------------------- /Projects/password_generator_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/password_generator_1.py -------------------------------------------------------------------------------- /Projects/phone_nums.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/phone_nums.py -------------------------------------------------------------------------------- /Projects/qr_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/qr_generator.py -------------------------------------------------------------------------------- /Projects/queue-demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/queue-demo.py -------------------------------------------------------------------------------- /Projects/queue_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/queue_1.py -------------------------------------------------------------------------------- /Projects/rps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/rps.py -------------------------------------------------------------------------------- /Projects/snake_game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/snake_game.py -------------------------------------------------------------------------------- /Projects/stopwatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/stopwatch.py -------------------------------------------------------------------------------- /Projects/tkinter_Calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/tkinter_Calc.py -------------------------------------------------------------------------------- /Projects/tkinter_Digital_Clock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/tkinter_Digital_Clock.py -------------------------------------------------------------------------------- /Projects/tkinter_calc.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/tkinter_calc.PNG -------------------------------------------------------------------------------- /Projects/tkinter_digital_clock.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/tkinter_digital_clock.PNG -------------------------------------------------------------------------------- /Projects/twitter-sentiment-analysis/Twitter_Data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/twitter-sentiment-analysis/Twitter_Data.csv -------------------------------------------------------------------------------- /Projects/twitter-sentiment-analysis/twitter-sentiment-analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/twitter-sentiment-analysis/twitter-sentiment-analysis.ipynb -------------------------------------------------------------------------------- /Projects/username_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/Projects/username_generator.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PrajaktaSathe/Python/HEAD/README.md --------------------------------------------------------------------------------