Yara is an intelligent AI-powered beauty assistant that provides personalized beauty recommendations, product suggestions, and style guidance in real-time. Using advanced AI and real-time data analysis, Yara serves as your personal beauty expert, understanding your unique features and preferences to deliver tailored recommendations.
~ Developed by Perfect3sixty
flowchart TD
User[User Request] --> Assistant[AI Beauty Assistant]
subgraph CoreSystem[Core System]
Assistant --> UserProfile[User Profile Processing]
UserProfile --> Preferences[Basic Preferences DB]
Assistant --> RealtimeAI[Realtime AI Analysis]
end
subgraph DynamicData[Dynamic Data Layer]
RealtimeAI --> WebScraper[AI Web Scraper]
WebScraper --> ProductSearch[Product Search]
WebScraper --> ReviewAnalysis[Review Analysis]
WebScraper --> TrendAnalysis[Trend Analysis]
end
subgraph Processing[AI Processing]
RealtimeAI --> ImageAnalysis[Image Analysis]
RealtimeAI --> StyleMatching[Style Matching]
RealtimeAI --> RecommendationEngine[Recommendation Engine]
end
DynamicData --> Processing
Processing --> Response[Response to User]
python -m venv .venv
source .venv/Scripts/activate
# or
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload --port 7600
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Perfect3sixty - @perfect3sixty
Project Link: https://github.com/perfect3sixty/yara
- OpenAI for AI capabilities