Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbanz authored Aug 15, 2023
1 parent 6cf6a3d commit 419f8df
Showing 1 changed file with 54 additions and 2 deletions.
56 changes: 54 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ɢʟɪᴛᴄʜ ᴇʏᴇ: Visual AI Insights with Flask

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Python Version](https://img.shields.io/badge/Python-3.8%2B-blue)](https://www.python.org/downloads/release/python-380/)
[![Flask Version](https://img.shields.io/badge/Flask-2.0-blue)](https://pypi.org/project/Flask/2.0.1/)

**ɢʟɪᴛᴄʜ ᴇʏᴇ** is an innovative Flask Python application that harnesses the power of AI to provide advanced visual insights. Whether you're interested in understanding emotions, identifying objects, or recognizing logos in images, this application has got you covered.

## Features
Expand All @@ -10,7 +14,55 @@

## Installation

1. Clone this repository:
### From GitHub Repository:

1. Clone the repository:

```bash
git clone https://github.com/your-username/glitch-eye.git
git clone https://github.com/code-glitchers/Glitch-Eye.git

cd Glitch-Eye
python -m venv venv
venv\Scripts\activate
pip install flask
flask run


Open your web browser and go to http://localhost:5000 to access the application.



## Installation from Windows Executable:

1. Download the Windows executable from [here](https://github.com/code-glitchers/Glitch-Eye/releases/download/v1.0.0/app.exe).

2. Double-click `app.exe` to run the application.

3. The application will open in your default web browser.

## Credits

This project is maintained by:

[<img src="https://avatars.githubusercontent.com/u/135024483?s=48&v=4" width="64" height="64" alt="Contributor Name">](https://github.com/code-glitchers)

### Contributors and Developers

[<img src="https://avatars.githubusercontent.com/u/67865621?s=64&v=4" width="64" height="64" alt="Contributor Name">](https://github.com/mindglitchers)
[<img src="https://avatars.githubusercontent.com/u/116929670?s=64&v=4" width="64" height="64" alt="Contributor Name">](https://github.com/AldrinCode)


## Support

If you find this project helpful, consider buying us a coffee:

[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-%23FFDD00?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/ciph3r#pageMessageModal)


## License

This project is licensed under the [MIT License](LICENSE).




0 comments on commit 419f8df

Please sign in to comment.