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

https://github.com/radanpro/borhan-project


https://github.com/radanpro/borhan-project

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Borhan Project

## Introduction

This project consists of a Laravel application for the user interface and Python code for the AI model. The application allows users to upload PDF files to train the model and ask questions to get answers from the trained model.

## Project Structure

```
borhan-project/
├── laravel/ # Laravel application code
└── python/ # Python code for the AI model
```