boladeE
|
3c0dd1d972
|
Update file paths in BrandStyleManager to use absolute paths for loading JSON data. Refactor MarketingCopywriter to streamline the generate_copy method by removing unused parameters and initialize dependencies in the generate_marketing_copy function. Modify main.py to remove unnecessary campaign prompt management. Update sample campaigns in campaigns.json for a TV company marketing campaign.
|
2025-04-18 22:34:15 +01:00 |
|
boladeE
|
4ac80ad73d
|
Enable reranking of search results in BrandStyleManager for improved content retrieval accuracy.
|
2025-04-18 20:10:18 +01:00 |
|
boladeE
|
942255661b
|
Refactor BrandStyleManager and MarketingCopywriter to accept dependencies via constructor, enhancing testability. Update main.py to manage campaign data with new routes for saving, editing, and deleting campaigns. Improve index.html with a textarea for editing generated copy and a button for saving changes. Add functionality to view past campaigns.
|
2025-04-18 20:08:45 +01:00 |
|
boladeE
|
a6147419e5
|
Refactor backend to use Flask instead of FastAPI, updating routing and form handling in main.py. Adjusted index.html form action to match new routing. Added .env to .gitignore. Enhanced formatting in copywriter.py for improved readability and added guidelines for content generation.
|
2025-04-18 18:00:55 +01:00 |
|
boladeE
|
e80ba5c0d7
|
Initial commit of Marketing Assistant AI project, including backend setup with FastAPI, brand style management, and marketing copy generation features. Added .gitignore, README, and various data files for brand voice, past campaigns, and book excerpts. Implemented vector store for content retrieval and embeddings using Cohere API. Included HTML template for user interface.
|
2025-04-17 22:24:53 +01:00 |
|