visuAI is an image recognition application that analyzes images and suggests the most likely categories.
This project uses TensorFlow (MobileNet | WebGL) for image classification.
- Image Classification: Quickly identify objects in images.
- High Compatibility: Runs directly in your browser using TensorFlow.js.
- Easy to Use: Simple interface for uploading and analyzing images.
- Clone the repository:
git clone https://github.com/nile4000/visuAI-frontend.git
- Navigate into the project directory:
cd visuAI-frontend
- Install dependencies
npm install
Run the development server:
bash ng serve
Once the server is running, open your browser at http://localhost:4200/. The application automatically reloads when you modify any source files.
To create a production build:
ng serve
If you have any questions or issues, please contact nile4000.
This project is licensed under the MIT License.