Erol Külüşlü's repositories
Animated-App-with-Rive
This repository demonstrating how to create visually appealing mobile app login screen using Flutter and Rive.
BASIC_MVVM
This Flutter app, influenced by HardwareAndro's code and videos, exemplifies MVVM architecture for user input validation.
bloc_implementation
This project demonstrates a basic implementation of state management in Flutter using the Bloc and Cubit pattern. The application features a simple counter and a to-do list, showcasing the use of both Cubit and Bloc for managing state.
chat-for-your-documents
Question-answering system utilizes Chroma vector store and OpenAI models to answer queries based on a corpusof documents. It ingests documents, creates embeddings,performs similarity search, generates prompts, and provides answers.
crewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
expense_tracking
This project is a simple yet powerful expense tracking application built using Flutter and the BLoC (Business Logic Component) state management pattern. The app allows users to add, edit, and delete expenses, as well as view a summary of their expenses over time.
face_recognition
It is a python project that aims to recognize if the face in the webcam is one of the faces in the faces folder
image_classifier
This project provides a comprehensive solution for image processing, smart cropping, image embeddings, feature extraction, dataset cleaning, and model training and inference using PyTorch. Additionally, it includes a Gradio-based web application for easy interaction with the trained model.
minimalist_state_management
This is a Flutter project where I apply minimalist state management techniques using Provider
erolkuluslu
Config files for my GitHub profile.
generative-ai-for-beginners
12 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
gpto
A Python script leveraging GPTO model to create an interactive chat assistant capable of interacting with audio, video, and text as an input and capable of analyzing it
marketingDataAnalysisWithLinearRegression
This project analyzes and applies linear regression to marketing data found in the "Pazarlama.xlsx" file in Python. Built with Pandas, NumPy, scikit-learn & Matplotlib. Explore R-squared, parameters & visualizations.
privateGPT
Interact with your documents using the power of GPT, 100% privately, no data leaks
py
Repository to store sample python programs for python learning
realtime-ai-converstaion-copilot
This Flask app utilizes AWS S3 and Replicate for audio transcription, generating text from uploaded audio files. It also employs MistralAI to provide text suggestions based on user prompts. Simplifying audio-to-text conversion, it offers a versatile solution for text-based tasks.
SalaryPrediction-DecisionTree
This project leverages the power of decision trees to build a model that predicts whether an individual's salary exceeds $100,000 based on their company, job title, and education level.
search_choices
Widget to let the user search through a keyword string typed on a customizable keyboard in a single or multiple choices list presented as a dropdown in a dialog box or a menu.
ThinkStats2
Text and supporting code for Think Stats, 2nd Edition