Skip to content

officialzubairansari/beeppakistan

 
 

Repository files navigation

Beep Pakistan

This project is a Laravel-based web application that integrates the Gemini Pro machine learning model to generate AI-powered responses.

Features

  • AI-generated responses using Gemini Pro.
  • RESTful API integration.
  • Structured and maintainable codebase.
  • Scalability and security considerations.

Installation

Prerequisites

  • PHP 8.x
  • Composer
  • Laravel 11
  • MySQL / PostgreSQL (or any preferred database)
  • API key for Gemini Pro ML model

Steps

  1. Clone the Repository

    git clone https://github.com/Arcotic-Solutions-Ltd/beeppakistan.git
    cd beeppakistan
  2. Install Dependencies

    composer install
    npm install (if using frontend assets)
  3. Setup Environment

    cp .env.example .env

    Update .env with your database credentials and Gemini Pro API key:

    GEMINI_API_KEY=your_api_key_here
  4. Generate Application Key

    php artisan key:generate
  5. Run Migrations

    php artisan migrate --seed
  6. Run the Application

    php artisan serve

    Open http://127.0.0.1:8000 in your browser.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.3%
  • CSS 11.3%
  • JavaScript 9.0%
  • Blade 2.4%