Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ajla-brdarevic/pdf_question_generator

Project - Artificial intelligence
https://github.com/ajla-brdarevic/pdf_question_generator

ai flask machine-learning mt5 pypdf2 python spacy transformers

Last synced: about 2 months ago
JSON representation

Project - Artificial intelligence

Awesome Lists containing this project

README

        

# PDF Question Generator

## Description
The PDF Question Generator is a web application that allows users to upload PDF documents and automatically generate questions based on the extracted text. It uses natural language processing techniques to analyze the content and create meaningful questions.

## Features
- Upload PDF files
- Extract text from PDFs
- Generate questions in English and Bosnian

## Technologies Used
- Python
- Flask
- spaCy
- PyPDF2
- Transformers
- pandas

## Installation
1. Clone the repository:
```bash
git clone
2. Navigate to the project directory:
```bash
cd

4. Install the required dependencies:
```bash
pip install -r requirements.txt

## Usage
1. Run the application:
```bash
python app.py

3. Open your web browser and go to:
```bash
http://127.0.0.1:5000.

# Generator Pitanja iz PDF-a

## Opis
Generator pitanja iz PDF-a je web aplikacija koja omogućava korisnicima da otpremaju PDF dokumente i automatski generiraju pitanja na osnovu izvlačenog teksta. Koristi tehnike obrade prirodnog jezika za analizu sadržaja i kreiranje smislenih pitanja.

## Karakteristike
- Otprema PDF fajlova
- Izvlačenje teksta iz PDF-ova
- Generisanje pitanja na engleskom i bosanskom jeziku

## Korištene Tehnologije
- Python
- Flask
- spaCy
- PyPDF2
- Transformers
- pandas

## Instalacija
1. Kloniraj repozitorij:
```bash
git clone

2. Idi u direktoriji projekta:
```bash
cd

4. Instaliraj potrebne zavisnosti:
```bash
pip install -r requirements.txt

## Korištenje
1. Pokreni aplikaciju:
```bash
python app.py

3. Otvori web pretraživač i idi na:
```bash
http://127.0.0.1:5000.