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.

This commit is contained in:
boladeE
2025-04-17 22:24:53 +01:00
commit e80ba5c0d7
18 changed files with 840 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
fastapi==0.104.1
uvicorn==0.24.0
python-dotenv==1.0.0
cohere==4.37
faiss-cpu==1.7.4
numpy==1.24.3
pydantic==2.4.2
python-multipart==0.0.6
deepseek-ai==0.1.0
requests==2.31.0
PyPDF2==3.0.1