
Anwara Era
Computer Science Graduate Student
I am a passionate computer science graduate student with a strong academic background and hands-on experience in software development, web design, and data analysis. I am eager to contribute my skills to innovative projects and grow in the tech industry.
About Me
I am currently pursuing my M.S. in Computer Science at Rowan University, with a strong academic record. My areas of expertise include advanced database systems, cybersecurity, and algorithm design. I am proficient in programming languages such as Python, Java, and C++, and I have experience with tools like Cascade CMS, GitHub, and IntelliJ.
Projects
Language Learner Using Obj. Detection
- Web application that allows users to learn languages through object detection
- Users can choose two languages, one they know, and the other they want to learn
- Objects are detected using a live webcam
- Detected labels are displayed in both chosen languages
- Technologies Used:
- Coco-SSD: pre-trained model for object detection
- Microsoft Azure Text Translator: API to send detected labels and get a translation
- NodeJS: allows for communication to external API calls
Sudoku Solver Using Sat4J
- A fully functional Sudoku solver in Java using the SAT4J library to solve Sudoku puzzles as SAT (Boolean Satisfiability) problems
- Users input an incomplete sudoku board in a file
- Supports repeated solving sessions in a user-friendly loop
- Encodes sudoku constraints as SAT clauses and utilizes SAT4J to efficiently find valid solutions
- Automatically updates and displays the solved Sudoku board if a solution exists, or notifies the user if unsatisfiable