13 Commits

Author SHA1 Message Date
Timothy Farrell
7a2a970ac8 Remove dranches 2024-08-04 11:14:17 -05:00
Timothy Farrell (aider)
9e31532d42 Added function stubs for diarize, transcribe, and identify tasks to tasks.py. 2024-07-15 17:20:28 -05:00
Timothy Farrell (aider)
9fa7f2c199 Integrated Swagger UI into FastAPI application for API documentation. 2024-07-15 17:13:05 -05:00
Timothy Farrell (aider)
5e47e2b77a Changed greeting message in main.py from "Hello, World!" to "Hey there!" 2024-07-15 17:10:20 -05:00
Timothy Farrell (aider)
40d670fc9a Removed redundant delete_temp_file function in app.py, using tasks.delete_temp_file instead. 2024-07-15 11:24:18 -05:00
Timothy Farrell
5268696f39 Added functionality to upload files and process them using a Celery task that deletes temporary files after processing. 2024-07-15 11:24:11 -05:00
Timothy Farrell (aider)
80cab76f4a Added missing 'os' import in tasks.py and implemented file deletion using Celery task after saving to temporary directory in app.py. 2024-07-15 11:10:04 -05:00
Timothy Farrell
a6f54e8c9e Added Celery task for deleting temporary files in tasks.py. 2024-07-15 11:09:50 -05:00
Timothy Farrell (aider)
e9cc20e91d Updated Python dependency to 3.11 in pyproject.toml. 2024-07-15 11:05:27 -05:00
Timothy Farrell (aider)
1518557c32 Created a basic FastAPI app with a POST endpoint for receiving wave files. 2024-07-15 10:56:42 -05:00
Timothy Farrell (aider)
4685b8b7a2 Changed the author to Timothy Farrell in pyproject.toml 2024-07-15 10:53:22 -05:00
Timothy Farrell (aider)
7c087deb34 Renamed the project from "my-python-project" to "aitist" in pyproject.toml 2024-07-15 10:52:18 -05:00
Timothy Farrell (aider)
47e95292d7 Updated main.py and pyproject.toml with initial content for a Python project managed by Poetry. 2024-07-15 10:51:19 -05:00