Skip to content

SulaimanS11/BioBuddyAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioBuddyAI

Notes for now:

1. Train the Model

Run this command from the root of your project:

python train.py

This will Train the model from scratch, save the weights to poison_model.pth You’ll see output like:

Epoch 1 Loss: ...
Epoch 2 Loss: ...

Once it's done, you should see poison_model.pth appear in the folder.

2. Now Run the Classifier Again Now your main.py will work correctly:

python main.py

Steps to use for judging:

  1. Say: “Eastern Massasauga”
  2. Pi scans a plant/snake using open cv
  3. Pi says: “This is Poisonous. Critical Threat. Stay away.” using quantum networks!
  4. Print/Show histogram
  5. Show logging dashboard or heatmap
  6. Ask it: “Tell me more” → it speaks fun facts from plant-snake-facts.json
  7. Show code using Qiskit + live quantum backend

To train the model

Simply run the following command in the terminal/console:

python train_model.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors