An open API service indexing awesome lists of open source software.

https://github.com/lebinary/breed-detection


https://github.com/lebinary/breed-detection

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          




VisionPaws


Detect pets breed using Computer Vision



View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage


  4. Contributing


  5. Contact


## About The Project


Cover Image

(back to top)

### Built With

Frameworks/libraries used to bootstrap this project.

* [FastAPI](https://fastapi.tiangolo.com/)
* [FastAI](https://docs.fast.ai/)
* [NextJS](https://nextjs.org/)

(back to top)

## Getting Started

To get a local copy up and running follow these simple example steps.

### Scripts

1. Clone the repo
```sh
git clone https://github.com/lebinh190998/breed-detection.git
```
2. Set up Poetry virtual environment
```sh
poetry shell
```
3. Install poetry packages
```sh
poetry install
```
4. Run backend service
```sh
python run.py
```

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## Contact

Le Binh - [@lebinh1909](https://www.linkedin.com/in/binhle19/) - lebinh190998@gmail.com

Project Link: [https://github.com/lebinh190998/breed-detection](https://github.com/lebinh190998/breed-detection)

Production: [https://visionpaws.vercel.app](https://visionpaws.vercel.app/)

(back to top)