Skip to content

DEVANSH-GAJJAR/Group_behavior_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Group_behavior_analysis

It is a Deep Learning Model

A full-stack web application for managing, organizing, and showcasing multimedia content such as videos and related metadata. Built using Flask, HTML, CSS, JavaScript, and MySQL, this platform enables content creators to streamline their workflow, track uploads, and offer a polished user experience.

πŸš€ Features

  • πŸ” User authentication and session management
  • πŸ“ Upload and organize multimedia content
  • 🧾 Metadata tagging and categorization
  • πŸŽ₯ Video preview and playback functionality
  • πŸ“Š Admin dashboard to monitor and manage content
  • πŸ—ƒ MySQL database for efficient data storage and queries
  • 🎨 Responsive front-end with custom UI

πŸ›  Technologies Used

  • Backend: Flask (Python)
  • Database: MySQL

🧩 Setup Instructions

Prerequisites

  • Python
  • Deep learning Algorithms

Installation

# Clone the repository
git clone https://github.com/your-username/multimedia-platform.git
cd multimedia-platform

# Create a virtual environment (optional)
python -m venv venv
source venv/bin/activate   # On Windows use venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Set up environment variables (e.g., SECRET_KEY, DB credentials)
cp .env.example .env
# Then edit the .env file with your configuration

# Initialize the database
python app.py db init
python app.py db migrate
python app.py db upgrade

# Run the app
python app.py

About

It is a Deep Learning Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published