TagFolio is a revolutionary platform designed to address the growing complexity and importance of multimedia content management and analysis in today's digital landscape.
With its comprehensive suite of modules, TagFolio offers users a seamless and intuitive experience for tagging, organizing, and analyzing multimedia data across various domains.
From user management to image and video tagging, multimedia organization, text detection, social media analysis, and advanced natural language processing capabilities, TagFolio provides a holistic solution to streamline the entire workflow of handling multimedia content.
Web Interface Repository: https://github.com/Ummamali/webtagfolio
-
Image Tagging β AI-powered object and person recognition for efficient media organization.
-
Management Portal β Edit, delete, and organize images & videos effortlessly.
-
Video Tagging β Smart recognition and tagging of video content.
-
Media Enhancement β Apply filters, edit images, and enhance media quality.
-
Similarity Checker β Detect and compare similar images with AI precision.
-
Text Detection β Extract and analyze text from images and videos.
-
Social Media Analyzer β Gain insights from multimedia content across social platforms.
-
NLP-Based Chatting Agent β AI-driven chatbot for seamless user interaction.
-
Emotional Analysis β Understand sentiment and emotions in media content.
Ensure you have the following installed:
- [Python 3] (https://www.python.org/)
- [TensorFlow] (https://www.tensorflow.org/)
- [Flask] (https://flask.palletsprojects.com/)
- [OpenCV] (https://opencv.org/)
- Clone the repository:
git clone https://github.com/Ummamali/tagfolioapi.git cd tagfolioApi
This project is managed by pipenv
- Install pipenv
pip install pipenv
- Install Dependencies
pipenv install
Go to the tagfoliops repository and run the docker-compose file in database folder
In the root of this application there is a migrations.py file. Run it as
python migrations.py
pipenv shell python api.py
The Dashboard provides an overview of the application, featuring:
- Side Navigation: Quick access to different sections.
- Popular Buckets: Displays frequently accessed storage buckets.
The Bucket Explorer allows users to:
- Browse and navigate through stored buckets (folders).
- View details and metadata of each bucket.
- Perform operations such as renaming or deleting buckets.
The Chat Module functions like a messaging interface (similar to WhatsApp):
- Real-time messaging: Users can send and receive messages.
- Threaded conversations: Messages are grouped within specific topics.
The Image Data Viewer is similar to Unsplash, offering:
- A grid layout displaying images.
- Detailed view with metadata when an image is clicked.
- Search and filter options to find specific images.
The Image Tagging Tool provides:
- Drag-and-drop functionality: Users can draw bounding boxes around objects.
- AI-assisted tagging: Suggests object labels based on AI detection.
- Manual adjustments: Users can rename or adjust object tags.
The Image Upload Module allows users to:
- Upload images from their device.
- Process images for AI-based tagging.
- Review and confirm object tags before saving.
The Video Upload Module supports:
- Uploading video files.
- AI-based video analysis for tagging.
- Managing and storing tagged video content.
The frontend of this application is built using modern web technologies to ensure a fast, responsive, and scalable user experience.
- Next.js β For server-side rendering and optimized React applications.
- React.js β Component-based UI development.
- JavaScript (JS) β Core scripting language for interactivity.
- HTML & CSS β Structure and styling of web pages.
- TailwindCSS β Utility-first styling for faster and more maintainable designs.
This project is licensed under the MIT License.