Extracting plain texts from variety of file types in order to get a summary over OpenAI.
In order to run the python program locally:
- pip install fastapi
- pip install "uvicorn[standard]"
- pip install requierments.txt
- to run it locally on http://127.0.0.1:8000, on terminal window :
- uvicorn main:app --reload (main is the python file name in your local directory)