8
4
Pakistan
1 year of experience
I completed Master of Science in Artificial Intelligence from Air University with Silver Medal. Besides this, I accomplished myself in various international coding competitions and Hackathons. In Harvard CS50x Puzzle Day, my team was one of those who solved 9/9 puzzles. In Advent Of Code 2023, I secured 1st place on native leaderboard among girls (overall 3rd) while in 2022 I was among top 5. In cohere Hackathon, our Team Menlo Park Lab with project Ask Quran was winner. In Amadeus Hackathon, I won business class ticket and 1-month internship at Etihad Aviation Group. I also took part in Google Coding Competition and Meta Hacker Cup which provide me valuable experience. I was selected in Top-10 for FEWS merit-based scholarship during my Master degree. At the time of post-graduation, I was also awarded by laptop on the basis of merit. Least but not last, I solved 220+ LeetCode problems. I have diverse set of expertise & skills as well enthusiastic to learn new things.
DiscernAI is designed to tell you whether a text is misinformation or benign
Our goal is to develop a system that can take documents in any language and allow users from different parts of the world with different languages to interact with those documents. This can help spread knowledge without any language barrier. We are first testing it out with Quranic text, which is in Arabic, and building a chatGPT-style bot for question answering. In future, we would like to expand it to additional documents in any language. We first perform embedding of the text using Cohere's multilingual embed model and save those embeddings in a vector database, Pinecone DB in our case. We then take user queries and also embed them and perform a similarity-based search to provide the most relevant results based on the query. The app is currently deployed and publicly available. Streamlit app link: https://taqihaider7-tafsir-quran-sementic-search-llm-app-fwh2if.streamlit.app/
ezAGI {easy Augmented Generative Intelligence} provides a comprehensive framework to develop modular, scalable and efficient AGI. Integrating multiple AI models ezAGI handles API management efficiently while managing memory effectively for continuous reasoning and interaction without user intervention. Components of ezAGI include SocraticReasoning, AGI, FundamentalAGI, LogicTables, OpenMind, memory management and API key management with multi-model support.ezAGI seamlessly integrates models from Together, Groq, and OpenAI to enhance any LLM with Continuous Autonomous Reasoning. ezAGI creates short term memory as an input/reponse constant. Leveraging internal reasoning and logic ezAGI will autonomously create decisions based on data inputs and predefined rules. ezAGI is a comprehensive framework for developing autonomous modular AGI systems. SocraticReasoning.py implements socratic reasoning to add premises and challenging them to draw_conclusion. agi.py handles learning from data to make_decision by initializing AGI as a chatter instance. memory provides the abiltity to learn from environmental data and store dialogue as history. automind.py manages environment interaction and response generation to . logic.py handles logical variables and expressions, generates truth tables, and validates truths, supporting ezAGI's reasoning. openmind.py provides an internal reasoning loop for continuous AGI operation, adding prompts reasoned from premise into processed conclusions while autonomously saving internal reasoning. memory.py manages memory storage, ensuring organized and persistent storage of short-term, long-term, and episodic memories. api.py uses the dotenv library for secure API key management, allowing dynamic integration with AI services. chatter.py provides input-response mechanisms for a multi-model environment including together, groq, and openAI ensuring robust and logical response. ezAGI augments the intelligence of large language models.