Commit History

Refactor text handling in fix_text function and simplify title escaping in paper_data function
c072563

raannakasturi commited on

Implement retry mechanism for summarizing papers in paper_data function
2bf3be5

raannakasturi commited on

Remove debug print statements for summary and mindmap in paper_data function
19f6a3d

raannakasturi commited on

Remove commented-out code for post body generation in create_post function
dcc4dc2

raannakasturi commited on

Enhance text handling in fix_text function and update Mindmap loading message for clarity
3f1a8fc

raannakasturi commited on

Escape summary and mindmap fields in paper_data function for improved HTML safety
9fb08e4

raannakasturi commited on

Load environment variables using dotenv for improved API token management
6b18f32

raannakasturi commited on

Refactor paper summarization to improve text handling and remove unused parameters
98434dd

raannakasturi commited on

Remove summary and mindmap fields from test function for cleaner data structure
704d4a1

raannakasturi commited on

Update image generation to use new providers and adjust model name for improved performance
82d7e57

raannakasturi commited on

Comment out file writing and print statements in create_post function for cleaner execution
4fb7253

raannakasturi commited on

Refactor image generation functions to use category instead of summary and improve prompt clarity
2bf2b98

raannakasturi commited on

Remove unused imports in post_blog.py for cleaner code
3178417

raannakasturi commited on

Enhance citation formatting in post generation and adjust SVG height for improved layout
4fa06af

raannakasturi commited on

Adjust timing in JavaScript execution and remove redundant file writing in post creation
74f5da0

raannakasturi commited on

Update .gitignore and enhance HTML generation in post_blog.py for improved file handling and formatting
6ad097c

raannakasturi commited on

Refactor paper_data and summarize_paper functions for improved parameter handling and clarity
adbfd57

raannakasturi commited on

Refactor image generation and paper summarization logic for improved safety and clarity
0485034

raannakasturi commited on

Remove debug print statements from main execution flow
b6b0f54

raannakasturi commited on

Add logging for blog posting and ensure main execution flow
64e2bcf

raannakasturi commited on

Merge branch 'main' of https://huggingface.co/spaces/raannakasturi/ReXploreBackend
a33242c

raannakasturi commited on

Fix encoding issues in paper_data function and add tests for text decoding
6440752

raannakasturi commited on

Update requirements.txt
4f46b07
verified

raannakasturi commited on

Refactor image generation to use a client with retry logic and multiple providers
10266ab

raannakasturi commited on

Enhance image generation and fetching with error handling and retry logic
227f9f9

raannakasturi commited on

Add status tracking for blog post submissions in paper_data function
7880100

raannakasturi commited on

Merge branch 'main' of https://huggingface.co/spaces/raannakasturi/ReXploreBackend
520fdc7

raannakasturi commited on

Refactor fetch_image function to format title and summary inputs
95ef056

raannakasturi commited on

Update summarize_paper.py
398744d
verified

raannakasturi commited on

Update .gitignore to exclude .html and .js files along with BLOGGER directory
3294248

raannakasturi commited on

Refactor generate_post_html function to enhance HTML structure and improve citation handling
b80eb1d

raannakasturi commited on

Refactor post_blog and related functions to include DOI as a parameter for improved post generation
14fbe6d

raannakasturi commited on

Fix title formatting in post_post function and improve regex handling for special characters
b9ed792

raannakasturi commited on

Refactor image generation to use API endpoint and remove pollinations dependency
fc1cea9

raannakasturi commited on

Merge branch 'main' of https://huggingface.co/spaces/raannakasturi/ReXploreBackend
8e10899

raannakasturi commited on

Refactor title and citation encoding in paper_data and test functions for improved handling of special characters
72c7a0a

raannakasturi commited on

Disable server-side rendering mode in app launch configuration
ba2b457

raannakasturi commited on

Merge branch 'main' of https://huggingface.co/spaces/raannakasturi/ReXploreBackend
f07a171

raannakasturi commited on

Remove redundant unicode escape decoding from summary, mindmap, and citation in paper_data function
0dc6bc6

raannakasturi commited on

Update post_blog.py
38f470f
verified

raannakasturi commited on

Update post_blog.py
dfaac2c
verified

raannakasturi commited on

Enhance title handling in main.py with HTML escaping for improved safety
672a01e

raannakasturi commited on

Enhance title and citation handling in main.py and post_blog.py with unicode escape decoding and HTML escaping
b90a3da

raannakasturi commited on

Refactor mindmap SVG generation in post_blog.py for improved string concatenation and result handling
50c7854

raannakasturi commited on

Merge branch 'main' of https://huggingface.co/spaces/raannakasturi/ReXploreBackend
aea389a

raannakasturi commited on

Add SVG generation for mindmap using Gradio client in post generation
c50d4fc

raannakasturi commited on

Update post_blog.py
dd59982
verified

raannakasturi commited on