Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ A minimal website is made with ReactJS where the user can input an image and the

## Built With ❤️ and

* [Python3.7](https://docs.python.org/3.7/) - The programming langauge used preprocess data, train the model and build the API.
* [Python3.7](https://docs.python.org/3.7/) - The programming language used to preprocess data, train the model and build the API.
* [PyTorch](https://pytorch.org/) - The deep learning library used to train the ML model
* [Flask](https://flask.palletsprojects.com/en/2.0.x/) - The micro-web framework used to build API
* [ReactJS](https://reactjs.org/) - The User Interface library used to build the website
Expand Down