Implementation of a Scan History Logger in the memory storage. #1
Open
krithika-pixel wants to merge 37 commits intokrithika-pixel:mainfrom
Open
Implementation of a Scan History Logger in the memory storage. #1krithika-pixel wants to merge 37 commits intokrithika-pixel:mainfrom
krithika-pixel wants to merge 37 commits intokrithika-pixel:mainfrom
Conversation
…i-response Feature/concise and short gemini response
…ack (#15) * Added TTS engine switch with gTTS/pyttsx3 and offline fallback * Remove .gitignore from repository * Remove __pycache__ from tracked files * Updated the prompt * Added Usage Comment
* Add scan_logger utility for logging scans * contributors guide * Coorected: Scan_Logger
This commit introduces a new face recognition feature. It includes the following changes: - Added face_recog.py for face recognition API - Integrated FastAPI for serving the application - Created utility functions for face and speech processing - Refactored existing TTS utilities into a service module - Updated shared configuration and paths for better organization - Added main application entry point - Updated main.py to include new services and routes - Renamed tts_utils.py to app/services/tts_utils.py for consistency - Added shared utilities for common functions - Updated paths for better modularity and maintainability - Ensured compatibility with existing codebase - Improved code organization and readability - Added necessary imports and dependencies - Enhanced documentation and comments for clarity
Add license and Update readme.md
Added CODE_OF_CONDUCT.md
feat: Implement speech-to-text module
Create Updated Readme
added langchain
Feature: Add face recognition and FastAPI integration #24
Co-authored-by: kaushav.jr <142465852+kaushav07@users.noreply.github.com>
updated requirements.txt
…dular-code Integrate LangChain with Gemini for image understanding
enhance README.md file
Add mising insightface: missing depency in requirements.txt #52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementing a logger which record scan history and logs timestamps, objects/ sounds/ captions detected and commands as per the user.
Storing of data and creating data and making a CSV file in which the logged data is stored.
scan_logger.txt