just completed whole pizza fun game and deployed to github pages
Log in to leave a comment
WOrking on backend part of the app
Log in to leave a comment
complete the project fully
i built to do , i learned how to use list in python , for store tasks in it and perform crud operation into it
made few api routes
Log in to leave a comment
completed the project but i unable to get it accepted
Log in to leave a comment
Here i have hosted the project usign a vps.
Log in to leave a comment
Since the project is rejected im trying it to deploy to MS Azure , im facing a lot of issue while deploying it
Log in to leave a comment
ask on slack if you have issuse maybe someone had issues similar before?
Added it as a Package as github release for easier usage for the users, currently its is only for Windows users
Log in to leave a comment
A CLI tool that fetches and displays a GitHub user’s recent public activity. It queries the GitHub API for a username and prints a formatted list of their recent actions (pushes, stars, pull requests, etc.). I learned about API integration, error handling, and JSON processing in Python
Completed the project just in almost in 30 minutes, it is a simple to use just to run the program with you r username as the argument in CLI
This personal semantic search engine allows you to upload PDFs, markdown files, and notes and then search them by meaning instead of exact keywords. It does this by chunking your documents, generating vector embeddings with a transformer model, storing these in Chroma, and exposing FastAPI endpoints that a React frontend calls for upload and search. When you query, the backend embeds your question, finds the most similar chunks in the vector store, and re-ranks them using recency and metadata before returning results. Building it required integrating multiple pieces: file handling, text extraction, embeddings, a vector database, an HTTP API, and a modern frontend UI. In this project, you learned how vector-based semantic search pipelines are designed from end to end, how small details in chunking and embeddings affect relevance, and how to deploy a full-stack AI-powered app.
Completed the project fully ,it can process all pdf files without noises
Log in to leave a comment
created the frontend folder using react+vite , generated using Perplexity
Log in to leave a comment
Made backend for the Personal semantic search engine, while im facing some problems while uploading large pdfs , so i think i should try another approach to upload large pdf file like breaking them into smaller chunks for it can be converted into vector easily
Log in to leave a comment
i made a flask based web-calc
the index.html from templates takes the input form users and the main.py works as a backend and computes the input values and return it to the frontend part to display
i learned to use flask templates with flaskapp and how to use tailwind css cdn link
Completed the project
Log in to leave a comment
Completed the project almost , now working on the template to make it look more attractive
Log in to leave a comment