Skip to content

Postify-App/AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postify

Project Description

This project is an AI-powered marketing assistant designed to help users create effective marketing strategies, generate engaging content, and analyze performance. It simplifies the process of planning, posting, and optimizing social media campaigns.

AI Features

  • AI-Driven Marketing Plan
  • Content Creation Assistance
  • Insights & Performance Analysis

Tech Stack

  • Python
  • FastAPI
  • MongoDB
  • Docker
  • LangGraph

How to Run

1️⃣ Clone repo:

git clone <repo-link>
cd project-folder

2️⃣ Create a new environment:

conda create -n env-name python=3.10

3️⃣ Activate the environment:

conda activate env-name

Install the required packages

cd src
cp .env.example .env
pip install -r requirements.txt

Run Docker Compose Services

docker compose up

Run the FastAPI server

uvicorn main:app --reload --host 0.0.0.0 --port 5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%