Skip to content
View strangertomycode's full-sized avatar

Block or report strangertomycode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
strangertomycode/README.md

Hi, I'm Sreeram P 👋

M.Tech CSE (AI & Software Engineering) | Python | Django Developer

GitHub Website LinkedIn

GitHub Followers GitHub Stars Public Repos

🛠️ Skills & Technologies

Languages: Python, JavaScript, SQL, HTML, CSS Frameworks & Libraries: Django, Django REST Framework, Streamlit, LangChain Technologies: PostgreSQL, MySQL, REST APIs, Git, Tailwind CSS, Bootstrap AI & ML: Machine Learning, Deep Learning, Soft Computing

Python JavaScript Django PostgreSQL Tailwind CSS

💼 Experience

Web Development Intern – Ziuke Infotech (May 2025 – June 2025)

  • Developed full-stack web applications using Django across healthcare, civic management, and real estate domains, implementing multi-role access control and admin dashboards
  • Delivered features such as appointment booking, inventory management, and email notifications across multiple client projects

📦 Projects

Doctor Appointment Booking REST APILive Multi-role medical REST API built with Django REST Framework, JWT authentication, role-based access control, and a deterministic scheduling system using select_for_update database-level locking to prevent race conditions. Deployed on Render with PostgreSQL (Neon).

Excel-to-CRM Data Sync ToolLive Django web app that imports Excel/CSV spreadsheets, dynamically maps columns to a data model, validates and cleans customer records, and prevents duplicates via email-based upsert — exporting CRM/invoicing-ready CSV files.

AI-Powered Web Scraper with Natural Language Parsing Intelligent scraper built with Python, Selenium, and Streamlit, integrating LangChain and Ollama (Gemma3) for AI-driven parsing that lets users extract specific web content using plain English.

Lithospheric Strength Estimation Engine Python-based inversion engine automating moving-window algorithms and parameter-sweeping across window sizes, depths, and densities to estimate the Earth's effective elastic thickness.

🎓 Education

  • M.Tech in Computer Science and Engineering (AI & Software Engineering) — Cochin University of Science and Technology, 2024–2026
  • B.Tech in Computer Science and Engineering — Ahalia School of Engineering and Technology, 2020–2024

🏆 Certifications & Achievements

  • GATE 2025 Qualified (Data Science & AI)
  • Data Analysis with Python Certification – freeCodeCamp

Pinned Loading

  1. doctor-booking-api doctor-booking-api Public

    A Doctor Appointment Booking REST API built with Django and Django REST Framework featuring JWT authentication, doctor availability scheduling, appointment booking, cancellation, and role-based per…

    Python

  2. excel-crm-sync excel-crm-sync Public

    A Django web app that imports messy spreadsheet data, validates and cleans customer records (emails, phone numbers, duplicates), and exports CRM/invoicing-ready CSVs — eliminating manual data re-en…

    Python

  3. ai_web_scraper ai_web_scraper Public

    An AI-powered web scraper that lets users extract data from websites using plain English instructions. It combines Selenium, LangChain, and Ollama’s any model with a simple Streamlit interface.

    Python

  4. leetcode-sync-tool leetcode-sync-tool Public

    Automates syncing accepted LeetCode solutions to a structured GitHub repository with auto-generated README indexing by difficulty and topic.

    Python 1

  5. flappy_bird_ai_neat flappy_bird_ai_neat Public

    A Flappy Bird game built using Pygame where a bird navigates through moving pipes by jumping at the right moments. The game serves as the environment for training an AI agent using the NEAT algorit…

    Python

  6. automatic-file-sorter automatic-file-sorter Public

    This project is a Streamlit-based app that organizes files in a specified folder into categorized subfolders (e.g., images, documents, videos) based on their file type. Simple and user-friendly, it…

    Python