This project is a Laravel-based web application that integrates the Gemini Pro machine learning model to generate AI-powered responses.
- AI-generated responses using Gemini Pro.
- RESTful API integration.
- Structured and maintainable codebase.
- Scalability and security considerations.
- PHP 8.x
- Composer
- Laravel 11
- MySQL / PostgreSQL (or any preferred database)
- API key for Gemini Pro ML model
-
Clone the Repository
git clone https://github.com/Arcotic-Solutions-Ltd/beeppakistan.git cd beeppakistan
-
Install Dependencies
composer install npm install (if using frontend assets)
-
Setup Environment
cp .env.example .env
Update
.env
with your database credentials and Gemini Pro API key:GEMINI_API_KEY=your_api_key_here
-
Generate Application Key
php artisan key:generate
-
Run Migrations
php artisan migrate --seed
-
Run the Application
php artisan serve
Open
http://127.0.0.1:8000
in your browser.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.