HafsaParker
Software Engineer | Research Assistant at MERL-UIT | Python | CHISEL(Scala)
Micro Electronics Research Lab
Pinned Repositories
Blog_generation_LLM_APP
This repo contains the basics of Blog generation app using LLama 2 and hugging face API.
Chat_sentiemnt_analysis
ChatBot
Deep-Q-learning-Cartpole-v0-
Encryption-Decryption-program
python(3.7.0) In this program you can encrypt and decrypt any English message.
FastAPI
This repo contains the basics of FASTAPI
LeetCode_solution
left-leaning-redbalcktree
A left leaning Red Black Tree or (LLRB), is a variant of red black tree, which is a lot easier to implement than Red black tree itself and guarantees all the search, delete and insert operations in O(logn) time.
Neural-Network-implementation
This repository contains all the basics for neural network. Every part is implemented on jupyter Notebook with explanation to every piece of code written.
SingleCycleCPU-RISC-V
HafsaParker's Repositories
HafsaParker/SingleCycleCPU-RISC-V
HafsaParker/Neural-Network-implementation
This repository contains all the basics for neural network. Every part is implemented on jupyter Notebook with explanation to every piece of code written.
HafsaParker/Blog_generation_LLM_APP
This repo contains the basics of Blog generation app using LLama 2 and hugging face API.
HafsaParker/Chat_sentiemnt_analysis
HafsaParker/ChatBot
HafsaParker/Deep-Q-learning-Cartpole-v0-
HafsaParker/Encryption-Decryption-program
python(3.7.0) In this program you can encrypt and decrypt any English message.
HafsaParker/FastAPI
This repo contains the basics of FASTAPI
HafsaParker/LeetCode_solution
HafsaParker/left-leaning-redbalcktree
A left leaning Red Black Tree or (LLRB), is a variant of red black tree, which is a lot easier to implement than Red black tree itself and guarantees all the search, delete and insert operations in O(logn) time.
HafsaParker/LFX_Task
HafsaParker/Math_Search
HafsaParker/RiscV-Five-Stage-Pipelined-Core
HafsaParker/Riscv-Single-Cycle-Cores
This repository contains the implementation of RISC-V Single Cycle Cores done by Undergraduate Students by using CHISEL and Functional Programming w/ Scala
HafsaParker/Scala-Chisel-Learning-Journey
This repository is for students to go through the Learning Journey for CHISEL and Funcitonal Programming with SCALA also perform tasks related to it.
HafsaParker/Lib-Analyzer
Lib Analyzer is an application which is used to analyze the cells in the liberty files.
HafsaParker/Object-Detection-using-OpenCV
HafsaParker/Pytroch_Transformer_fromScratch
Step by step guide of implementing transformer from scratch.
HafsaParker/RISC-V-MicroArchitecture-Using-TL-Verilog
This repo contains five stage pipeline from TL-Verilog on Makerchip IDE.
HafsaParker/sha3
HafsaParker/SHA3-Python-3-implementation
Python 3 code for SHA-3 cryptographic algorithm
HafsaParker/Sound-Encoder-Decoder
This program will take your voice input save it in a text file. The reason for saving it into a text file is there can be a difference in voice recognition. It will save the encoded file in mp3 format. than it will decode the file by tect to speech converter and some piece of code and save it into another file.
HafsaParker/Supervised-Machine-Learning-Regression-and-classification
This repo contains all the practice lab in the course "Supervised Machine Learning: Regression and classification" on Coursera by AndrewNg