Skip to content
Open
Show file tree
Hide file tree
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
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ A simple Python program using artificial intelligence libraries to recognize num

To use this code, you'll need to install [Python](https://www.python.org/downloads/) and several libraries. You can install them using `pip` command:

```pip install numpy
pip install Image
pip install os
pip install keras
pip install tensorflow
```
pip install -r requirements.txt
```

>**Note:** Use cmd in administrator mode for installation
Expand All @@ -20,4 +17,4 @@ pip install tensorflow

Just open `AI.py` from AI folder.

>**Note:** You can add your .png images to `img` folder
>**Note:** You can add your .png images to `img` folder
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
numpy
keras==2.12.0
tensorflow==2.13.0
pillow==9.4.0