https://github.com/lebinary/breed-detection
https://github.com/lebinary/breed-detection
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lebinary/breed-detection
- Owner: lebinary
- Created: 2023-07-14T17:14:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T18:57:19.000Z (over 2 years ago)
- Last Synced: 2025-01-05T13:20:41.121Z (over 1 year ago)
- Language: Python
- Size: 168 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Table of Contents
## About The Project
### Built With
Frameworks/libraries used to bootstrap this project.
* [FastAPI](https://fastapi.tiangolo.com/)
* [FastAI](https://docs.fast.ai/)
* [NextJS](https://nextjs.org/)
## 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
```
## 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
## 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/)