Commit graph

167 commits

Author SHA1 Message Date
sauravniraula
ca72a652ee
feat(fastapi): changes presentation generation flow for documents to chunk it and extract as outlines 2025-08-03 20:14:53 +05:45
Suraj Jha
e007c9c20f fix: remove extra placeholder image, basic prompt changes 2025-08-02 21:39:36 +05:45
Suraj Jha
4f04780e52 fix: filter for import and replace single with double quote in string 2025-08-02 20:45:56 +05:45
Suraj Jha
4b92ebfcab fix: shift fonts extraction to /pptpx-slides 2025-08-02 15:28:16 +05:45
sudipnext
14774e26eb feat: Initiate presentation MCP server setup 2025-08-02 09:19:42 +05:45
Suraj Jha
077cdbdca2 update: add endpoint to process pdf 2025-08-01 23:53:37 +05:45
Suraj Jha
e93f8e0f4d feat: add endpoint for presentation summary 2025-08-01 23:08:39 +05:45
Suraj Jha
0413ee26d4 fix: reformatted for better conversion to react, add fonts to layout 2025-08-01 22:53:22 +05:45
Suraj Jha
cd57b53348 fix: add multiple images to choose from while slide to html 2025-08-01 19:36:08 +05:45
Suraj Jha
3e14c0a7e8 feat: add font endpoint 2025-08-01 16:18:49 +05:45
Suraj Jha
d627fdbcb8 update: add fonts information to /slide-to-html endpoint 2025-08-01 15:27:58 +05:45
Suraj Jha
34b8343f6c fix: add left changes for layout management 2025-08-01 14:40:51 +05:45
sauravniraula
24b3999dab
fix(fastapi): temporarily removes presentation notes from API 2025-08-01 14:15:09 +05:45
Suraj Jha
ff2977d2a0 feat: add endpoints to save and retrieve generated layouts 2025-08-01 13:44:20 +05:45
sauravniraula
e542fdf869
feat(fastapi): adds strict support for every schemas, proper models check, refactor 2025-08-01 00:15:03 +05:45
Suraj Jha
e8670626bc fix: html edit with single image, add schemas in tsx export 2025-07-31 23:46:57 +05:45
sauravniraula
bb6abf1890
feat(fastapi): converts schema to pydantic model for structured response, fix: changes icon and image schema for pydantic model support 2025-07-31 15:50:41 +05:45
sauravniraula
c63944b7cf
feat(fastapi): uses llm client wrapper to wrap all clients 2025-07-31 13:27:21 +05:45
sauravniraula
0c02eafeca
Merge branch 'main' 2025-07-31 12:32:34 +05:45
shiva raj badu
4ebd480d46
Merged with main 2025-07-31 11:46:08 +05:45
sauravniraula
2150742a54
feat(fastapi): adds a LLMClient wrapper for better control and error handling 2025-07-30 23:31:21 +05:45
Suraj Jha
6722a91748 feat: add html edit with image endpoint 2025-07-30 22:51:11 +05:45
sauravniraula
48f60d8422
fix(fastapi): language issue in api 2025-07-30 10:47:41 +05:45
sauravniraula
68591aab38
fix(fastapi): adds explicit language guidelines for slide generation and edit 2025-07-30 10:30:03 +05:45
sauravniraula
b8564905bd
fix(fastapi): all returning presentation with no slides 2025-07-30 10:07:36 +05:45
Suraj Jha
182c3d4c78 feat: endpoints to convert slide to html and html to react component 2025-07-30 03:02:08 +05:45
sauravniraula
144bfcfe1a
fix(fastapi): adds proper check for null json for postgresql 2025-07-29 18:13:00 +05:45
sauravniraula
9cb7d9f432
perf(fastapi): uses async sql engine 2025-07-29 17:19:31 +05:45
sudipnext
71ff6e6adf fix(images): return correct image path after generation (a classic SQLAlchemy "detached instance" bug by making sure to access ORM attributes while the session is still open).
-update Pixabay API to default to per_page3
2025-07-29 11:31:43 +05:45
sauravniraula
325ef1e66a
fix(fastapi): fix /generate enpoint to take form data, reduced database calls and makes assets fetch more efficient 2025-07-29 09:30:58 +05:45
sauravniraula
d15d0960d0
feat(fastapi): adds an endpoint where you can use generated presentation as template and create new presentation 2025-07-28 17:45:11 +05:45
sauravniraula
fa895d6b94
fix(fastapi): replaces chromadb with qdrant[fastembed] 2025-07-28 14:11:52 +05:45
sauravniraula
df90b7829c
fix(fastapi+nextjs): provides default height and width if not available, provides presentation json in sse complete response in outlines 2025-07-26 02:13:54 +05:45
sauravniraula
91577a9c29
chore(fastapi): returns presentation as object in sse complete response on outlines endpoint 2025-07-26 01:53:20 +05:45
sudipnext
3fe860d431 feat(api): implement presentation generation endpoint with layout and export options 2025-07-25 13:00:33 +05:45
sauravniraula
af00557fd5
feat(fastapi): adds endpoint to edit slide layout using its html 2025-07-25 03:31:10 +05:45
sauravniraula
fd71bdd125
perf(fastapi): removes multiple database write in single endpoint 2025-07-22 16:44:19 +05:45
sauravniraula
300b1f13bd
fix(fastapi): removes seperate schema constraints from system prompt, fix(nextjs): improves layout schema constraints 2025-07-21 23:37:30 +05:45
sauravniraula
d763393376
fix(nextjs): improves parse border radius to clamp 2025-07-21 18:57:38 +05:45
shiva raj badu
04a1516a25
feat(nextjs, fastapi): implement previous generated images feature and update slide ID on edit 2025-07-21 16:40:13 +05:45
sauravniraula
b27efd8cd4
fix(fastapi): checks if generated image is ImageAsset or str and saves it to database accordingly, feat(fastapi): adds list generated images endpoint 2025-07-21 02:14:02 +05:45
sauravniraula
eceef4f136
fix(fastapi): changes old slide layout id if changed by edit 2025-07-21 01:31:24 +05:45
sauravniraula
4d63c905f5
feat(fastapi): adds slide edit feature 2025-07-21 01:27:15 +05:45
shiva raj badu
3ab3756fa5
feat(fastapi): Uploads directory mounted for uploaded images 2025-07-20 14:14:51 +05:45
sauravniraula
c760736e51
feat(nextjs): somewhat working presentation export 2025-07-19 17:05:18 +05:45
sauravniraula
6ae502fc9e
fix(nextjs): changes ollama and custom llm endpoints, fix(fastapi): fixes broken image search due to ImageAsset 2025-07-19 13:26:29 +05:45
sauravniraula
41a17da47d
chore(fastapi): organizes all env usage in get and set env utilities 2025-07-19 13:00:45 +05:45
Saurav Niraula
ac90de96de
Merge pull request #92 from presenton/feat/separate-text-and-image-models-53
Feat/separate text and image models 53
2025-07-19 12:45:41 +05:45
sauravniraula
578792de76
feat(fastapi): adds missing ollama and custom llm endpoints and redis service 2025-07-19 10:35:53 +05:45
sudipnext
21dca979ce feat: add image provider configuration and validation
- Updated LLMConfig interface to include IMAGE_PROVIDER and PIXABAY_API_KEY.
- Enhanced handleSaveLLMConfig to log the saving process and validate IMAGE_PROVIDER.
- Implemented image provider validation logic in hasValidLLMConfig to check for required API keys based on the selected provider.
- Modified start.js to read IMAGE_PROVIDER and PIXABAY_API_KEY from environment variables and include them in the user configuration setup.
2025-07-18 17:52:23 +05:45