GPT-3.5-ON-STEROIDS combines GPT with Python tools, empowering dynamic web scraping, language processing, and data retrieval. Contribute to advancing text generation with AI. 🚀
-> Created getData function to extract data from files(doc,pdf,csv,excel)
-> Code for file uploader widget is commented out which can be placed whereever desired
-> the text data is directly fed into the openai and for excel file the data can be used for analysis
-> pandas,openpyxl,python-docx,PyPDF2 are added to requirements
->for more info of function checkout the comments in function getData
-> Created getData function to extract data from files(doc,pdf,csv,excel) -> Code for file uploader widget is commented out which can be placed whereever desired -> the text data is directly fed into the openai and for excel file the data can be used for analysis -> pandas,openpyxl,python-docx,PyPDF2 are added to requirements
->for more info of function checkout the comments in function getData