This project provides two main functionalities:
--> Send Emails: An endpoint to send emails using Postmark.
--> Create Title and Summary from PDF: An endpoint to generate a title and summary from a PDF document using OpenAI's API.
Before you begin, ensure you have the following:
- Python 3.11 or higher
- FastAPI
- Uvicorn
- Postmark API key
- OpenAI API key
python -m venv env
Windows: .\.venv\Scripts\activate
Linux: .\.venv\bin\activate
pip install -r requirements.txt
uvicorn main:app --reload or uvicorn main:app