https://github.com/radanpro/borhan-project
https://github.com/radanpro/borhan-project
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/radanpro/borhan-project
- Owner: radanpro
- Created: 2024-11-04T22:54:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T23:30:35.000Z (6 months ago)
- Last Synced: 2025-02-15T16:57:50.779Z (3 months ago)
- Language: PHP
- Size: 2.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```