Skip to content

This Laravel project is designed as a comprehensive application leveraging cutting-edge technologies to deliver high performance and efficiency.

Notifications You must be signed in to change notification settings

Nazrulalif/spaceAI

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

SpaceAI

Overview

This Laravel project is designed as a comprehensive application leveraging cutting-edge technologies to deliver high performance and efficiency. The project incorporates:

  • Gemini for advanced AI capabilities and natural language understanding.
  • GroqCloud for scalable and accelerated data processing.
  • Hugging Face API for machine learning models, including zero-shot classification and other NLP tasks.

Features

  • Seamless integration with Gemini for AI-driven functionalities.
  • Utilization of GroqCloud for optimized data handling.
  • Robust natural language processing using Hugging Face's pre-trained models.
  • A clean and responsive UI for user interactions.

Requirements

Ensure your environment meets the following requirements:

  • PHP >= 8.1
  • Laravel >= 10
  • Composer
  • API keys for Gemini, GroqCloud, and Hugging Face

Installation

Follow these steps to set up the project locally:

Step 1: Clone the Repository

git clone https://github.com/Nazrulalif/spaceAI.git
cd laravel-project

Step 2: Update Composer

composer update

Step 3: Set Up Environment Variables

Copy the .env.example file to create a new .env file:

cp .env.example .env

Edit the .env file to configure your API keys:

GEMINI_API_KEY=your_gemini_api_key
GROQCLOUD_API_KEY=your_groqcloud_api_key
HUGGING_FACE_API_TOKEN=your_hugging_face_api_token

Step 4: Start the Application

Serve the application locally:

php artisan serve

Access the application in your browser at http://127.0.0.1:8000.

Contact

If you have any questions, reach out at:

Contributing

Contributions are welcome! Fork the repository, create a new branch, and submit a pull request for review.

License

This project is licensed under the MIT License

Your Laravel application is now ready to use! 🚀

About

This Laravel project is designed as a comprehensive application leveraging cutting-edge technologies to deliver high performance and efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published