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.
- 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.
Ensure your environment meets the following requirements:
- PHP >= 8.1
- Laravel >= 10
- Composer
- API keys for Gemini, GroqCloud, and Hugging Face
Follow these steps to set up the project locally:
git clone https://github.com/Nazrulalif/spaceAI.git
cd laravel-project
composer update
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
Serve the application locally:
php artisan serve
Access the application in your browser at http://127.0.0.1:8000
.
If you have any questions, reach out at:
- Email: [[email protected]]
- GitHub: [https://github.com/Nazrulalif]
- Website: [https://nazrulalif.vercel.app/]
Contributions are welcome! Fork the repository, create a new branch, and submit a pull request for review.
This project is licensed under the MIT License
Your Laravel application is now ready to use! 🚀