Skip to content

Commit

Permalink
app name updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nisalrenuja committed Oct 12, 2024
1 parent 5f195cd commit 34a7d57
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 40 deletions.
69 changes: 32 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ The AI Image Analyzer is a web application that allows users to upload an image

Features

• Upload an image file for analysis
• Analyze the image using the MobileNet model
• View detailed predictions with confidence percentages
• Download the analysis results as a text file
• Responsive design with full mobile support
• Uses Next.js and Tailwind CSS for efficient and fast front-end development
• Upload an image file for analysis
• Analyze the image using the MobileNet model
• View detailed predictions with confidence percentages
• Download the analysis results as a text file
• Responsive design with full mobile support
• Uses Next.js and Tailwind CSS for efficient and fast front-end development

Demo

Check out the live demo here:
Check out the live demo here:

Table of Contents

• Getting Started
• Installation
• Usage
• Technologies Used
• Contributing
• License
• Getting Started
• Installation
• Usage
• Technologies Used
• Contributing
• License

Getting Started

Expand All @@ -32,43 +32,38 @@ Prerequisites

Ensure you have the following installed on your system:

• Node.js (v14 or higher)
• npm or yarn
• Node.js (v14 or higher)
• npm or yarn

Installation

1. Clone the repository:
1. Clone the repository:

git clone https://github.com/nisalrenuja/ai-web-app.git
git clone https://github.com/nisalrenuja/tensor-hub.git

2. Navigate into the project directory:

2. Navigate into the project directory:
cd tensor-hub

cd ai-web-app


3. Install dependencies:
3. Install dependencies:

npm install

or if you prefer yarn:

yarn install



Usage

1. Run the development server:
1. Run the development server:

npm run dev

or

yarn dev


2. Open http://localhost:3000 in your browser to see the app in action.
2. Open http://localhost:3000 in your browser to see the app in action.

Build for Production

Expand All @@ -88,21 +83,21 @@ You can easily deploy this app to platforms like Vercel or Netlify by following

Technologies Used

• Next.js - React framework for server-side rendering
• Tailwind CSS - Utility-first CSS framework for styling
• TensorFlow.js - Machine learning in the browser
• MobileNet - Pre-trained image classification model
• Lucide Icons - Simple and beautiful SVG icons
• React - Front-end JavaScript library
• Next.js - React framework for server-side rendering
• Tailwind CSS - Utility-first CSS framework for styling
• TensorFlow.js - Machine learning in the browser
• MobileNet - Pre-trained image classification model
• Lucide Icons - Simple and beautiful SVG icons
• React - Front-end JavaScript library

Contributing

If you’d like to contribute to this project, please follow the steps below:

1. Fork the repository.
2. Create a new branch for your feature/bugfix.
3. Make your changes and test thoroughly.
4. Submit a pull request explaining your changes.
1. Fork the repository.
2. Create a new branch for your feature/bugfix.
3. Make your changes and test thoroughly.
4. Submit a pull request explaining your changes.

License

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ai-web-app",
"name": "tensor-hub",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 34a7d57

Please sign in to comment.