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.
Have you read the Contributing Guidelines ?
yes
Description
I have added 2 projects one is Intermediate and another one is Advance
Project Intermediate: This script sets up an environment to translate text using Google Translate and generate images based on the translated text using a pre-trained Stable Diffusion model from Hugging Face. It installs necessary libraries, configures a CFG class for setting parameters, and defines functions for translation and image generation. The script first translates a Tamil phrase ("ஒரு பூங்காவில் யானை") to English, then uses the translated text as a prompt to generate an image. The Stable Diffusion model is configured to run on a CUDA device, with specific settings for image generation steps, image size, and guidance scale
Project Advance: This script sets up a Streamlit web application that allows users to query information about Mumbai properties and neighborhoods. It utilizes LangChain components to load property data from a CSV file, split the text into manageable chunks, and generate embeddings using the Hugging Face model. These embeddings are stored in a FAISS vector store for efficient retrieval. The app employs a conversational retrieval chain using a CTransformers language model and maintains conversation history with a buffer memory. The interface includes a sidebar for past queries and a main section for user interaction and displaying responses from the language model
Fixes #985
Checklist
README.md
and link to my code.Related Issues or Pull Requests
(Write your answer here.)