Skip to content

Commit c46fb92

Browse files
Uploaded the main source codes of the project
Kindly go through the project presentation first for the complete end-to-end understanding of the project.
1 parent 6a26791 commit c46fb92

10 files changed

+1958
-0
lines changed

Currency Authenticator Using Machine Learning/BankNote_Authentication.csv

+1,373
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM continuumio/anaconda3:4.4.0
2+
COPY . /usr/app/
3+
EXPOSE 5000
4+
WORKDIR /usr/app/
5+
RUN pip install -r requirements.txt
6+
CMD python flask_main.py

0 commit comments

Comments
 (0)