Skip to content

PrajjwalLyzr/Content-Campaign-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Content Campaign Generator by Lyzr!

Lyzr Logo

The Content Campaign Generator provides a comprehensive 3-5 month content roadmap, guiding users with concise outlines and strategies to effectively plan and execute their campaigns.

Note: For this application to function properly in your local system, ensure that the required dependencies are installed and configured correctly, and make sure that you have your OpenAI API Key.

Create Virtual Environment

  • python3 -m venv venv - Ubuntu/MacOs
  • python -m venv venv - Windows

Activate the environment

  • source venv/bin/activate - Ubuntu/MaOS
  • venv/Script/acitvate - Windows

Installing Dependencies

  • pip3 install -r requirements.txt- Ubuntu/MacOs
  • pip install -r requirements.txt - Windows

Run the application on local server

streamlit run app.py

About Lyzr

Lyzr is a low-code agent framework that follows an ‘agentic’ way to build LLM apps, contrary to Langchain’s ‘functions and chains’ way and DSPy’s ‘programmatic’ way of building LLM apps.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages