Found 194 repositories(showing 30)
Project Overview Welcome to the Convolutional Neural Networks (CNN) project in the AI Nanodegree! In this project, you will learn how to build a pipeline that can be used within a web or mobile app to process real-world, user-supplied images. Given an image of a dog, your algorithm will identify an estimate of the canine’s breed. If supplied an image of a human, the code will identify the resembling dog breed. Sample Output Along with exploring state-of-the-art CNN models for classification, you will make important design decisions about the user experience for your app. Our goal is that by completing this lab, you understand the challenges involved in piecing together a series of models designed to perform various tasks in a data processing pipeline. Each model has its strengths and weaknesses, and engineering a real-world application often involves solving many problems without a perfect answer. Your imperfect solution will nonetheless create a fun user experience! Project Instructions Instructions Clone the repository and navigate to the downloaded folder. git clone https://github.com/udacity/dog-project.git cd dog-project Download the dog dataset. Unzip the folder and place it in the repo, at location path/to/dog-project/dogImages. Download the human dataset. Unzip the folder and place it in the repo, at location path/to/dog-project/lfw. If you are using a Windows machine, you are encouraged to use 7zip to extract the folder. Download the VGG-16 bottleneck features for the dog dataset. Place it in the repo, at location path/to/dog-project/bottleneck_features. (Optional) If you plan to install TensorFlow with GPU support on your local machine, follow the guide to install the necessary NVIDIA software on your system. If you are using an EC2 GPU instance, you can skip this step. (Optional) If you are running the project on your local machine (and not using AWS), create (and activate) a new environment. Linux (to install with GPU support, change requirements/dog-linux.yml to requirements/dog-linux-gpu.yml): conda env create -f requirements/dog-linux.yml source activate dog-project Mac (to install with GPU support, change requirements/dog-mac.yml to requirements/dog-mac-gpu.yml): conda env create -f requirements/dog-mac.yml source activate dog-project NOTE: Some Mac users may need to install a different version of OpenCV conda install --channel https://conda.anaconda.org/menpo opencv3 Windows (to install with GPU support, change requirements/dog-windows.yml to requirements/dog-windows-gpu.yml): conda env create -f requirements/dog-windows.yml activate dog-project (Optional) If you are running the project on your local machine (and not using AWS) and Step 6 throws errors, try this alternative step to create your environment. Linux or Mac (to install with GPU support, change requirements/requirements.txt to requirements/requirements-gpu.txt): conda create --name dog-project python=3.5 source activate dog-project pip install -r requirements/requirements.txt NOTE: Some Mac users may need to install a different version of OpenCV conda install --channel https://conda.anaconda.org/menpo opencv3 Windows (to install with GPU support, change requirements/requirements.txt to requirements/requirements-gpu.txt): conda create --name dog-project python=3.5 activate dog-project pip install -r requirements/requirements.txt (Optional) If you are using AWS, install Tensorflow. sudo python3 -m pip install -r requirements/requirements-gpu.txt Switch Keras backend to TensorFlow. Linux or Mac: KERAS_BACKEND=tensorflow python -c "from keras import backend" Windows: set KERAS_BACKEND=tensorflow python -c "from keras import backend" (Optional) If you are running the project on your local machine (and not using AWS), create an IPython kernel for the dog-project environment. python -m ipykernel install --user --name dog-project --display-name "dog-project" Open the notebook. jupyter notebook dog_app.ipynb (Optional) If you are running the project on your local machine (and not using AWS), before running code, change the kernel to match the dog-project environment by using the drop-down menu (Kernel > Change kernel > dog-project). Then, follow the instructions in the notebook. NOTE: While some code has already been implemented to get you started, you will need to implement additional functionality to successfully answer all of the questions included in the notebook. Unless requested, do not modify code that has already been included. Evaluation Your project will be reviewed by a Udacity reviewer against the CNN project rubric. Review this rubric thoroughly, and self-evaluate your project before submission. All criteria found in the rubric must meet specifications for you to pass. Project Submission When you are ready to submit your project, collect the following files and compress them into a single archive for upload: The dog_app.ipynb file with fully functional code, all code cells executed and displaying output, and all questions answered. An HTML or PDF export of the project notebook with the name report.html or report.pdf. Any additional images used for the project that were not supplied to you for the project. Please do not include the project data sets in the dogImages/ or lfw/ folders. Likewise, please do not include the bottleneck_features/ folder.
mdzaheerjk
Source Code Analyzer is a generative AI app that lets users connect a GitHub repository and ask natural-language questions about the codebase. It clones the repo, indexes Python files, stores embeddings in a vector database, and uses RAG with conversational memory to answer queries. Built for developers, researchers, and reviewers exploring unfamil
eitamring
Local-first desktop app for orchestrating multi-provider AI code reviewers (Claude, Codex, Gemini) with live robot characters, meeting synthesis, and follow-up chat
Angad143
No description available
abdul-wahab619
AI Code Reviewer is a web app that reviews and suggests improvements for code using AI. Built with React, Express, Node.js, MySQL, and Prisma ORM, it integrates Google Gemini Flash 2.0 API for AI-powered code analysis. Users can register, submit code for review, update past reviews.
mejdihaddad
GenAI-App-AI-Code-Reviewer
HannahIgboke
Improve your Python code with GenAI! This AI-powered assistant reviews your code, identifies potential bugs, and suggests fixes to help you write cleaner, more robust applications.
AritraOfficial
Smart AI-Powered Code Reviewer & Improver - web app that reviews, analyzes, and improves your code.
Vanditha87
No description available
vardhanreddy9392
GenAI App - AI Code Reviewer is a Streamlit app that uses Google's Gemini AI to analyze and review code. Paste your code into the app, and AI provides feedback and improvement suggestions. It’s a simple, fast, and interactive tool to enhance your coding process with AI-powered reviews.
No description available
Dubeyrock
Objective The objective of this project is to develop a Python application that allows users to submit their Python code for review and receive feedback on potential bugs along with suggestions for fixes. The application should be user-friendly, efficient, and provide accurate bug reports and fixed code snippets.
No description available
Parmodk2310
No description available
Manaswinideshpande
No description available
khaled-benahmed
GenAI App - AI Code Reviewer using openai gpt-3.5-turbo and streamlit
Abhiram4u
AI-Powered Python Code Reviewer is a Streamlit-based web application that allows users to submit Python code for automated review. The app leverages Google Gemini AI to analyze the code, detect potential bugs, inefficiencies, and logical errors, and provide optimized code suggestions with explanations.
Shweta220803
No description available
mennulikiran
Building AI Code Reviewer GenAI Application
jigyasa-ctrl
AI Code reviewer web app with ollama, NodeJS and langchain
IKarimII
AI Code Reviewer web app (React + Vite frontend, Express backend) that sends code + selected language to an AI via OpenRouter and returns a structured review: issues, improvements, and explanation.
iamsujeet-coder
AI Code Reviewer – An intelligent web app that reviews code in multiple programming languages, detects errors, potential bugs, and code risks, and provides actionable recommendations to improve code quality and maintainability.
vfx-coder
AI Code Reviewer & Summarizer is a Streamlit app that analyzes Python, C/C++, and Java code for errors, warnings, and improvements, and summarizes PDFs using extractive or AI-based methods. Quickly debug code and understand documents in one interface.
Nithyajeevan19
AI Code Reviewer is a web app that uses AI to analyze code for bugs, style issues, security risks, and optimization tips. Paste your code, select language and tone, and get instant, actionable feedback to improve code quality and learn best practices.
YashBhardwaj123
Code Reviewer — Full‑stack React + Node app that delivers instant AI-driven code reviews. Demonstrates API integration with generative models, production concerns (rate limiting, CORS), and a recruiter‑focused UI for assessing code quality and engineering judgment
maheshnalage
AI Code Reviewer is a Python-based web application built with Streamlit and Generative AI. It helps developers review their Python code by identifying bugs, errors, and providing suggestions for improvements. The app leverages OpenAI or Google AI to analyze the code and offer fixed code snippets in an interactive, user-friendly interface.
ateeq786316
AI Code Reviewer is a MERN stack web app that employs Google Gemini AI for automated code review. It provides software developers with actionable feedback, bug detection, and suggestions, along with a risk score for code snippets. This full-stack solution streamlines the development workflow and significantly enhances code quality and efficiency.
Parvejh
AI CODE REVIEWER APP
Harshit-Dubey-25
No description available
CodeWithSridhar
GenAI- AI Code Reviewer App