https://github.com/cre8stevedev/convata
Building a Full Stack Solution with Flask (Python Web Framework)
https://github.com/cre8stevedev/convata
Last synced: 5 months ago
JSON representation
Building a Full Stack Solution with Flask (Python Web Framework)
- Host: GitHub
- URL: https://github.com/cre8stevedev/convata
- Owner: Cre8steveDev
- Created: 2024-03-26T12:09:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T00:08:27.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T01:36:06.766Z (about 1 year ago)
- Language: Python
- Size: 3.64 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Convata
Convata is a tool built with Flask, a Python web framework. It provides a collection of free and easily accessible online tools for performing simple and/or repetitive PDF-related tasks. The main features of Convata include compression, merging, and conversion of PDFs into editable DOCX (Word document) format. Additionally, Convata integrates AI to help summarize PDFs into easily digestible chunks, which can be used to aid studies.
## Table of Contents
- [Introduction](#convata)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Features
- PDF compression: Reduce the file size of PDF documents.
- PDF merging: Combine multiple PDF files into a single document.
- PDF to DOCX conversion: Convert PDFs into editable Word documents.
- AI-powered PDF summarization: Summarize PDFs into easily digestible chunks.
- URL Shortener: Shorten your social media or website links for easy sharing.
## Usage
A. Visit the Website: - https://convata.onrender.com/
B: To use Convata on your local machine
## Installation
1. Clone the repository: `git clone https://github.com/your-username/convata.git`
2. Install the required dependencies: `pip install -r requirements.txt`
3. Navigate to the project directory: `cd convata`
4. Start the Flask development server: `flask run`
5. Open your web browser and visit `http://localhost:5000`
## Author
- Name: Stephen Omoregie
- Email: cre8stevedev@gmail.com
- Portfolio Website: cre8stevedev.me
### OPEN TO WORK!