├── .DS_Store ├── AutoFilerPro.py ├── LICENSE ├── README.md ├── requirements.txt └── resources ├── .DS_Store ├── app_logo.png ├── app_main.png └── app_output.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/.DS_Store -------------------------------------------------------------------------------- /AutoFilerPro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/AutoFilerPro.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | langchain 2 | SpeechRecognition 3 | openai 4 | gtts -------------------------------------------------------------------------------- /resources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/resources/.DS_Store -------------------------------------------------------------------------------- /resources/app_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/resources/app_logo.png -------------------------------------------------------------------------------- /resources/app_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/resources/app_main.png -------------------------------------------------------------------------------- /resources/app_output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haseeb-heaven/auto-filer-pro/HEAD/resources/app_output.png --------------------------------------------------------------------------------