Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 508 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 508 Bytes

importapi

About

importapi is a Python application API designed to import and extract text from various sources, including:

  • txt files
  • docx files
  • PDF files
  • URLs

Extracted text is stored in JSON format in an S3 bucket.


Run

Install Dependencies

pip install -r requirements.txt

Run the Application

Start the FastAPI app:

uvicorn main:app --reload

Run Tests (Optional)

Execute the test suite:

pytest test_app.py