GenCraft is an open-source project that utilizes generative AI to empower small and medium-sized enterprises (SMEs) with a user-friendly marketing assistant. Our goal is to help SMEs create high-quality, on-brand marketing content that resonates with their target audience, without requiring extensive technical expertise or resources.
SMEs often struggle with creating engaging and effective marketing content due to limitations in time, budget, and marketing expertise.
GenCraft leverages generative AI and automation to streamline content creation for SMEs:
- Generate creative content: LangChain or LaMDA will be used to generate marketing copy based on user input (target audience, keywords, desired tone).
- Maintain brand consistency: Train the AI model on user-provided brand guidelines and past marketing materials to ensure consistent brand voice.
- Easy-to-use interface: No coding skills required. A simple interface guides users through the content creation process.
- Data-driven insights (Optional): Integrate sentiment analysis and A/B testing capabilities to help users refine their content strategy.
- Generative AI: LangChain or LaMDA
- Custom Coding (Frontend Interface)
- Machine Learning (Optional: Sentiment Analysis, A/B Testing)
- Small businesses
- Entrepreneurs
- Solopreneurs
-
Clone the repository:
git clone https://github.com/Shanavas-Rs/gencraft.git
-
Install dependencies: (Refer to
requirements.txt
for specific versions)pip install -r requirements.txt
-
(Optional) Set up API keys: If using LangChain or other external APIs, create a
.env
file and store your API keys securely. Refer to the relevant API documentation for instructions. -
Run the application:
python app.py
This will launch GenCraft on your local machine. You can then access the user interface (usually at https://localhost:8000
) to start creating marketing content.
We welcome contributions from the community! Feel free to:
- Fork the repository and propose changes through pull requests.
- Report bugs or suggest new features through GitHub issues.
- Share your ideas and experiences with GenCraft!
This project is licensed under the MIT License. See the LICENSE
file for details.