programmingninjas / GPT-3.5-ON-STEROIDS

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. 🚀
https://www.linkedin.com/posts/ayankhan3105_generativeai-autonomousagents-aiinnovation-activity-7118241513121153025--b3i
MIT License
25 stars 20 forks source link

File uplaod #14

Closed South-IN closed 1 year ago

South-IN commented 1 year ago

-> 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