A detailed and interesting introduction about myself ๐: https://t.co/29GmXfvzL4
Attributes mentioned: Career (technical), Health, Personality, Life Insights, Passion/Hobbies, Spiritual Side and much more ๐
344 signatures until we reach the 15k milestone. Help us get there by signing & sharing the petition to #pardonsamourai
Software developers should not be in prison for what other people did with their code.
๐ https://t.co/jPoACjgvlV
Can we get to 15,000 signatures for Christmas? โ๏ธ๐
The petition is nearing 12,000 signatures! We kindly ask for your support by continuing to sign and share it.
If you believe in addressing injustices, please take a moment during your family gatherings this Christmas to discuss what has happened to my husband, @Keonne, and Bill. Encourage them to sign the petition as well; it only takes two minutes, and signing is completely free. Change(.)org may suggest making a donation, but that is not required, and all money donated there goes to Change(.)org.
Should you wish to bless our two families with a monetary gift, you can do so by visiting the link on https://t.co/zM3GHFc5gM that leads to the GiveSendGo page.
Thank you, God bless you, and Merry Christmas!
JUST IN: THE FINAL PHOTO OF SAMOURAI #BITCOIN DEVELOPER KEONNE RODRIGUEZ BEFORE HE REPORTS TO PRISON
RT IF YOU WANT TRUMP TO PARDON HIM IMMEDIATELY ๐
๐จ BITCOINERS UNITE! ๐จ
Letโs keep the momentum going!
Tonight live at 8pm EST.
Join the epic @_BitcoinCenter LIVESTREAM-A-THON๐ฅ
Weโre rallying support to pardon @Keonne & Bill, persecuted for building privacy tools.
#PardonSamourai
๐บ๐๐ป https://t.co/TOohO4EP5i
You need to take time out of your day to watch this interview. It is only 57min long, or about 37min if you watch it in 1.5x, this interview will tell you everything you need to know about the Samourai case.
Once again, the government is going after coders, builders, people who are fighting for our freedom... instead of going after actual criminals.
President Trump said he will take a look at pardoning the Samourai bitcoin wallet devs on live TV just now.
Keep sharing the petition and raising awareness.
https://t.co/OFQsvZM02c
#PardonSamourai#FreeSamourai
I used is MistralAI LLM with Langchain framework and ChromaDB database. Guidance for running the program is given in the README file in the following repo link.
Associated github repository: https://t.co/nRt5skQdzc
Worked on an End to End generative AI based source code analysis project. Users are required to provide a link to the public github repository for which they want source code analysis to be done.
#100DaysOfCode#DataScience#GenerativeAI
Then the users can, for instance, ask about a function written in their code and LLM will respond with an explanation of that function. The chat remembers conversation history.
I finished working on a Retrieval Augmented Generation (RAG) custom data (medical book) based medical chatbot with LLM using Langchain, Flask, Mistral AI and Pinecone vector database!
Associated github repo: https://t.co/fmwyNQoc5E
#100DaysOfCode#DataScience#GenerativeAI
I was able to create a financial stocks analyst using LlamaIndex and Mistral AI LLM. Information of past stock data of major tech giants like Apple, Google, NVIDIA, etc. was shared as PDFs and based on the retrieved information about these companies.
Associated repository for the stocks data is also there in the code from which Vectorstore can be made in a single go by running the python file. You need to add your MistralAi API key in the .env file before running the app.
Used LlamaIndex to successfully Inference Mistral-7B-Instruct-v0.1 downloaded from Huggingface, with custom data retrieved from Vectorstore saved on local disk ๐
Source code: https://t.co/DecS8EgL77
#100DaysOfCode#DataScience#GenerativeAI