Skip to content

KartikJain14/MindMarket

Repository files navigation

MindMarket

Usage

This project has been made for ACE Hackathon by IETE SF - MPSTME.

The frontend hasn't been completed in entireity due to time constraint.

Please refer to app.py to understand how the backend is using mock data to produce images, data, etc.

Prerequisites

Before you begin this guide you'll need the following:

  • Python 3.12+
  • Cloudflare Account ID
  • Cloudflare AI Acess API Key

Step 1 — Setup Environment

Initialize a virtual environment by:

python -m venv venv

Step 2 — Install Dependencies**

Install the required dependencies by:

pip install -r requirements.txt

Step 3 — Change Environment variables

Rename .env.example to .env and input the API Keys for chatgpt and Resend.

Step 4 — Start Flask

python app.py

Start testing by:

Visiting http://localhost:5000 and explore /social and /setProducts

Check out /ad?id=X (0<X<=20) how ads can be implemented.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors