Activity

srinivasagudi0

Shipped this project!

I built my portfolio page so that I can view myself at every coming new year and reflect on myself. It would be like looking at 10 years ago. THe css was the complicated part, anyways finished it. had to trial and error st the start but got to know useful resources along the way.

srinivasagudi0

I’ve nearly finished the entire directory and will now focus on enhancing its interactivity even more. Sorry for the lack of devlogs along the way.

Attachment
0
srinivasagudi0

An operating system replicated inside a small yet beautiful Streamlit app, now complete with a small and charming detail I recently added. I experimented with different combinations, facing many failed attempts along the way, but the final result was worth the effort.

Attachment
0
srinivasagudi0

Checked the reviewer’s feedback and made the necessary fixes.

Attachment
0
srinivasagudi0

I’ve made all the buttons functional and added some color to the Streamlit UI. I’ll continue working on it.

Attachment
0
srinivasagudi0

I added a simple setup with no background yet, and I’ll add one later so that when the button is clicked, it will open whatever it’s associated with.

Attachment
0
srinivasagudi0

Added optimized memory now each user willl have a personalized assistant rather than unified one. It uses supabases cloud to store so it won’t be lost when reboooted or logged back in.

Attachment
0
srinivasagudi0

Fixed some errors and bugs. No major changes here.

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 73.11
Cookies: 🍪 170
Multiplier: 4.66 cookies/hr

I built InfinityAI, an AI system that can actually build, fix, and run projects instead of just giving answers, with support for text, voice, and file inputs like PDFs, code, and images, the hardest part was getting everything to work together smoothly, especially handling different input types and making sure it truly executes instead of just explaining, and I spent a lot of time fixing runtime issues and stability so it feels reliable, but I’m proud that it now shows what it’s doing in real time, building and fixing things step by step, which makes it feel much closer to what I originally wanted to create.

srinivasagudi0

I updated and refined the user interface to present a design that is both simpler and more futuristic, while retaining all the original functionalities. Additionally, I will address and resolve any errors that may persist to ensure optimal performance.

Attachment
0
srinivasagudi0

I have updated and cleaned the GitHub repositories, and I am continuing to work on the Streamlit user interface, which has proven to be quite challenging.

Attachment
0
srinivasagudi0

Added file integration to the UI and next I will try to make it better.

Attachment
0
srinivasagudi0

Changed from render and started hosting on Streamlit.

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 5.95
Cookies: 🍪 47
Multiplier: 15.72 cookies/hr

I built a Spotify Playlist Generator that turns feelings into perfectly engineered music expressions. The hardest part was translating something subjective like “mood” into inputs an app can actually use (and then getting the Spotify API flow + playlist creation to behave reliably), but I worked through it by tightening up the mapping logic, iterating on the prompts/heuristics, and debugging the full request → response path end-to-end. I’m proud that it’s a real, usable pipeline—from a simple emotion/vibe to a curated playlist—with a clean web UI, and I learned a lot about integrating third‑party APIs, handling auth/token edge cases, and turning an idea into a polished full-stack project.

srinivasagudi0

The project has been published and rendered successfully, is now fully accessible, and all identified bugs have been resolved.

Attachment
0
srinivasagudi0

What’s accomplished:

typing file in the CLI opens a dedicated file mode
it asks for file paths and loads them
it shows a polished Rich screen with:
header
loaded files list
session/chat area
command help
you can ask normal questions about the loaded files
it supports:
/list
/add
/remove
/reload
/summary
/fix
/help
/exit
Also:

missing files do not crash the workspace
unreadable files do not crash the workspace
unsupported file types are shown clearly
PDF/image support no longer breaks CLI import if optional libs are missing

Attachment
0
srinivasagudi0

I set up Supabase-based user authentication for login and account creation, gave voice mode a major upgrade with improved audio device handling, better session states like “transcribing,” clearer prompts, stronger error handling, and reply timeouts, and also refreshed the Infinity Command Core UI while updating the README and shipping/version docs.

Attachment
0
srinivasagudi0

I reviewed the issues from my last project submission and made improvements. Now, when Infinity runs, it displays a visible thinking process instead of just a generic spinner. In short, the CLI, Voice UI, and Web UI all show an Agent Thinking Log with steps like understanding the prompt, planning files, generating code, and fixing errors, making it feel like a real system working step by step rather than just a GPT wrapper saying “thinking.” It’s now smarter based on the task—showing planning and code generation for builds, search-related steps for searches, and reply-related steps for normal chat. I also fixed a backend issue so that if the project planner fails, Infinity keeps going instead of stopping. All related tests have passed.

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 27.53
Cookies: 🍪 67
Multiplier: 4.83 cookies/hr

I built ECHO, a system that transforms music into meaning. Instead of just listening to songs, you can paste lyrics and instantly decode emotions, compare songs, and even turn them into life advice or stories. The challenge was moving beyond basic AI responses and building a structured backend that actually processes and understands input before generating output. I’m proud that it feels like a real product, not just a simple tool, and I plan to expand it with a dynamic UI and personalized music intelligence.

srinivasagudi0

Debugged, organized, and made changes to the logic and fixed other bugs.

Attachment
0
srinivasagudi0

There were some bugs with the UI such as the reopen button and site openning features fixed all of that now.

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 53.48
Cookies: 🍪 261
Multiplier: 4.87 cookies/hr

I worked on InfinityAI, inspired form tony stark (from MCU) and it was really hard doing the backend so hope you guys like it.

srinivasagudi0

I finished the UI and it really looks good look below for the screen.

Attachment
0
srinivasagudi0

Finished most of the backend and just have to focus now on the frontend and sorry for not logging time in. I forgot fr.

Attachment
0
srinivasagudi0

Hosted it and made necaassary changes while fixing soome major bugs should be good to ship now

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 7.21
Cookies: 🍪 28
Multiplier: 3.87 cookies/hr

I built dev deck trying to make it better than GitHub desktop. It was really fun and interesting app if you ask me.

srinivasagudi0

I’ve worked on and finished version 1 of Echo, which includes all the features listed below.

Echo is a local Streamlit app that utilizes shared Python lyric-processing logic. It offers five modes:

  • analyze: This mode analyzes the meaning, emotion, theme, and key lines of a lyric.
  • compare: This mode compares the emotional contrast between two lyric excerpts.
  • remix: This mode provides a motivational rewrite of a lyric.
  • advice: This mode offers practical life guidance based on a lyric.
  • story: This mode retells a lyric in a cinematic manner.
Attachment
0
srinivasagudi0

Just Organized and made gtihub pushes.

Attachment
0
srinivasagudi0

Another thing about the Spotify situation: the code side is set up correctly. It is using the Spotify app token flow and only the search endpoint.
The current issue is the Spotify account that owns the app. My app is in Development Mode, and Spotify now requires the app owner to have Premium for that setup. Since I bought Premium, it should be good to go once Spotify fully reflects that subscription on the owner account. It is still taking time to activate and I have created way too many apps.

Attachment
0
srinivasagudi0

This project now takes a user’s feeling as input, uses AI to turn that input into an emotion and mood summary, and is being extended to connect that mood to music. Right now, the flow is: user input -> AI processes emotion -> formatted output is shown. A simple Spotify layer has also been added so the project can authenticate with Spotify, search songs, and return basic track details. All of this takes place in CLI.

What you are working on:
I am building a mood-to-music app. The idea is to let a user describe how they feel, convert that feeling into structured mood data using AI, and then use Spotify to find matching songs. The full project connects three parts: user input, emotion analysis, and music search results.

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 34.04
Cookies: 🍪 206
Multiplier: 6.05 cookies/hr

I built a Study Assistant to make learning faster, clearer, and more effective. Instead of spending time organizing notes or searching for explanations, this tool helps students focus directly on understanding concepts.

The assistant can break down complex topics into simple, digestible ideas, generate practice questions and quizzes, create structured study plans, and provide instant explanations whenever you get stuck. The goal is to act like a smart companion that supports you through the entire learning process.

While building this, I realized that writing code is only part of the challenge. The real difficulty is designing something that actually matches how people learn. I focused on simplifying information without losing depth and making interactions feel natural instead of overwhelming. Iteration played a huge role—the first version worked, but refining clarity, usability, and responsiveness made the biggest difference.

Next, I plan to make the assistant more adaptive so it can learn from each user, track strengths and weaknesses, and adjust the experience over time.

This project showed me that the best tools don’t just give answers—they help you understand and think better.

srinivasagudi0

Worked on some bug fixes and refined the UI in small ways making it relatively easy to use.

Attachment
0
srinivasagudi0

I’ve added the following features:

  • Select and switch between repositories from the dashboard.
    • View recent GitHub activity in a timeline.
    • Access repository insights such as stars, forks, size, issues, pull requests, and languages.
    • Check recent commits for the selected repository.
    • Use quick links for repo, issue, and pull request pages.
    • Copy local helper commands for cloning and opening a repo in VS Code.
    • Track a coding streak, recent commit activity, and manual ship log stats.

My next devlog is probably going to be over me working on CLI which is very easy now since I have all the needed pillars to support it.

Attachment
0
srinivasagudi0

Worked on improving the CLI in all the ways I can think of, and even though the majority of you guys use Streamlit, I thought it would be a better thing to improve the CLI. If you want to test it out, check my GitHub Readme for this project.

Attachment
Attachment
0
srinivasagudi0

I have worked on the project, which includes the following features:

    • Dashboard: Displays metrics, highlights weak areas, shows recent activity, presents the latest plan, and provides access to recent materials.
    • Tutor: Offers memory-aware tutoring and includes explain-differently actions.
    • Plans: Generates and reviews dated study plans.
    • Flashcards: Generates flashcards and allows users to review due items using spaced repetition.
    • Quiz Lab: Generates quizzes, enables timed or untimed attempts, and provides feedback on performance.
    • Library: Allows users to upload notes, search for materials, and generate revision sheets.
    • Login Page: Just to make sure that it feels more personalized rather than just a generic study tutor.
Attachment
Attachment
0
srinivasagudi0

Shipped this project!

Hours: 6.77
Cookies: 🍪 21
Multiplier: 3.17 cookies/hr

I built Infinity-Hardware-Builder, a lightweight AI assistant that helps plan hardware projects. You describe the build you want (parts, budget, goals), and it suggests components and answers follow-up questions to help you refine the plan.

The hardest part was getting the assistant to give useful suggestions without being confusing or too generic, but I improved it by iterating a lot in Python and testing different inputs and flows.

I’m really happy that it’s simple to use and already feels like a real helper for planning a build.

srinivasagudi0

I’ve been working on Infinity-Hardware-Builder, my lightweight AI helper for planning hardware projects. The goal is to make hardware planning easier: you describe what you want to build, it gives suggestions, and you can ask follow-up questions. The project is written in Python.

What I did

Kept building and improving the project step-by-step.
Worked on making the assistant easier to use and more helpful.
Made updates, fixes, and small improvements while I worked.
Devlog note (missing update) Worked on my project and forgot to write the devlog here, but you can see everything in the GitHub commit history.

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 1.44
Cookies: 🍪 2
Multiplier: 1.56 cookies/hr

Built interactive-presentation, a cinematic web-based presentation/card experience that works on both mobile and desktop with full keyboard navigation. I designed it as an interactive chapter-based deck with responsive layouts, animated cards, optional media, and a local sharing flow so it feels polished instead of just being a static slideshow.

While making it, I learned a lot about structuring a larger vanilla JavaScript frontend, building responsive UI that still feels intentional on small screens, and making keyboard controls work cleanly across the whole experience. I also got better at balancing visuals, motion, accessibility, and presentation flow in one project.

srinivasagudi0

I completed the Youfei project, a special e-card made just for her, as a lightweight web experience focused on personalization and interactivity. Most of the work was done in JavaScript (69.4%) to drive the dynamic parts of the card, like animations, timed reveals, and interactive elements that make the message feel more “alive” than a static page. I used CSS (24%) to create a clean, romantic visual style with consistent spacing, colors, and responsive layout so it looks good on both phone and desktop, with HTML (4.4%) providing the page structure. A small amount of Python (2.2%) supports simple scripting/automation needs. The final deliverable is a polished, easy-to-open e-card that feels personal, smooth, and memorable.

Attachment
0
srinivasagudi0

I have carefully reviewed and worked through all the issues, and everything should now be functioning properly. I spent a significant amount of time troubleshooting and resolving the problems to ensure that the system runs smoothly. After addressing each concern and verifying the fixes, I am confident that it should now work as expected. I truly believe you guys will love the improvements and the overall outcome. It was definitely a challenging process and required a lot of effort, but I’m glad it all came together in the end. Thank you. 😊

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 17.1
Cookies: 🍪 179
Multiplier: 10.44 cookies/hr

I built Infinity Film Studio, an AI-assisted filmmaking app with a FastAPI backend, React frontend, and Streamlit demo UI. It helps with script ideas, storyboard frames, and video edit suggestions.

The hardest part was stability across environments: import errors, deployment issues, and making sure the app still works when no OpenAI API key is set. I fixed that by adding robust fallbacks and a fully offline demo app (app1.py) so the project runs even without external APIs.

I’m most proud that it now works in both demo mode and live API mode, has cleaner project setup, and is shipped on GitHub as a usable end-to-end project.

srinivasagudi0

I worked on the project, focusing more on the demo and implementing offline access as well as functionality without relying on an API.

Attachment
0
srinivasagudi0

Shipped this project!

Hours: 3.71
Cookies: 🍪 6
Multiplier: 1.5 cookies/hr

I focused on making the gameplay fast and engaging while keeping the design clean and easy to understand. One of the main challenges was balancing the randomness so the game feels exciting, not unfair. I’m especially proud of how the UI and interactions came together to make the experience feel polished despite the simple concept.

srinivasagudi0

I worked on luck_arcade, a small arcade-style project focused on randomness and fun game mechanics. I spent time designing the core gameplay loop, implementing the logic behind the “luck” system, and polishing the overall experience so it feels smooth and engaging.

The most challenging part was balancing randomness so the game feels exciting without being frustrating. I’m proud of how the mechanics came together and how much I learned about game logic, iteration, and player experience while building this project.

Attachment
0
srinivasagudi0

The project has been successfully completed, delivered in its entirety, and is operating flawlessly without any issues.

Attachment
0