-
Notifications
You must be signed in to change notification settings - Fork 53
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
unable to run program #6
Comments
could you please provide more specific details it would me better if u provide the creenshots. |
# Keep all the codes and pre-trained weights in data directory change this according to you in the output.py
data_dir = '/home/dark/Desktop/Be MY Chef Ai/Be My Chef/data'
in routes.py
instead of this image_path=os.path.join(app.root_path,'static\\images\\demo_imgs',imagefile.filename),
imagefile=os.path.join(app.root_path,'static\\images',str(samplefoodname)+".jpg")
use this image_path=os.path.join(app.root_path,'static/images/',imagefile.filename),
please refer the
<https://github.com/GaneshAdimalupu/AI-Recipe-Generator-Image-Ingrediants.git>
README.md* for the process and run the program .
On Wed, Nov 13, 2024 at 6:58 PM Ganesh Adimalupu ***@***.***>
wrote:
…
https://github.com/GaneshAdimalupu/AI-Recipe-Generator-Image-Ingrediants.git
FORK this instead bruu
On Tue, Nov 12, 2024 at 11:16 AM KESHAV GUPTA ***@***.***>
wrote:
> image.png (view on web)
> <https://github.com/user-attachments/assets/f1897df4-ff64-4548-a599-a973491cf41b>
> getting this error pls help
>
> —
> Reply to this email directly, view it on GitHub
> <#6 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BCCJ4ZY7HWHRABUNLLKYIGT2AGI25AVCNFSM6AAAAABMJN3TMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRZGY3DAOBRGE>
> .
> You are receiving this because you commented.Message ID:
> <navassherif98/Recipe-Generation-from-Food-Image/issues/6/2469660811@
> github.com>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have installed Python and Visual studios but I can't get the program to run. It's not recognising pip
The text was updated successfully, but these errors were encountered: