Styl-AI is a platform designed to provide users with AI-generated skincare and fashion recommendations based on their preferences and style. The backend component plays a crucial role in managing user data, processing requests, and interfacing with the machine learning models responsible for generating fashion recommendations.
https://www.awesomescreenshot.com/video/28453006?key=1cd774411dcbecae0ac17f9555e2ee1a
- User Authentication: Secure user login and registration functionality.
- Style Selection: Browse and select from various predefined artistic styles using OPEN AI and SerpAPI.
- History: Access a history of processed images for easy comparison and download.
- Nodejs , ExpressJS For Building API's that interact with backend.
- OPEN AI For creating AI based replies.
- SERP API For searching products according to user's chat's.
- Authentication & Autorization For making API's calling accessible to user's those are authenticated.
Before you begin, ensure you have the following installed:
- Node.js (v14.x or later)
- npm (v6.x or later) or yarn (v1.22.x or later)
- Clone the repository:
git clone https://github.com/Styl-AI/styl-ai-backend.git cd styl-ai-backend - Install dependencies::
npm install
- Start the development server::
npm start
We welcome contributions to improve the Styl AI Frontend. To contribute, follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature/YourFeature).
- Make your changes.
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature/YourFeature).
- Open a pull request.
Please make sure your code adheres to our coding standards and includes appropriate tests.
License This project is licensed under the MIT License.
Contact For any inquiries, please reach out to us at jagroopofficial29@gmail.com.
Thank you for using Styl AI! We hope you enjoy the experience.