Giter Club home page Giter Club logo

breast-cancer-detection's Introduction

Salve GIF

I'm Harshita Gupta!

visitors

Loves reading, learning, and researching about how AI has revolutionized the human-like task, making it possible to learn from its mistakes.

About Me โšก

  • ๐Ÿ’โ€โ™€๏ธ Currently working as a Senior Product Engineer at Fosfor - Spectra, LTIMindtree.
  • ๐Ÿ‘ฉโ€๐Ÿ’ป I worked as Python Developer at William O'Neil's and Data Science Intern at Subex - AI Labs.
  • ๐Ÿง˜ I worked as a RESEARCH intern at CSIR-CEERI, Pilani, Rajasthan, India, on Virtual Yoga Trainer via Deep Learning using Human Pose Detection.
  • ๐Ÿง‘โ€๐ŸŽ“ Final year at BITS-Pilani, Pilani Campus.
  • ๐ŸŒฑ Iโ€™m currently learning Data Build Tool.
  • ๐Ÿค” Iโ€™m looking for help with Product Analysis.
  • โ›„ Ask me about ML and Analystics .
  • ๐Ÿ“ง How to reach me: Gmail Badge
  • โ›“๏ธ Connect to me on Linkedin Badge
  • ๐Ÿคผโ€โ™€๏ธ I prefer Tensorflow over Pytorch till my current intern.
  • ๐Ÿง‘โ€๐ŸŒพ Helped 200+ people with their queries on the subject at DPhi Community.
  • ๐Ÿ“‘ Recent Article : Pondering over the methods to clean data in ML-problems.
  • ๐Ÿคนโ€โ™€๏ธ Fun Fact: I use to keep learning new techniques by participanting in the weekly/monthly Hackathons.
  • ๐Ÿ“ƒ Updated Resume : RESUME

Languages

Frameworks

Tools

Harshita's GitHub activity graph Harshita's github statsGitHub Streak

Harshita's github stats

breast-cancer-detection's People

Contributors

hrsht-13 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

breast-cancer-detection's Issues

Help with the Breast-Cancer-Detection weights file

Hi there, I'm a graduate student and my assignment is to use a pretrained model to evaluate an image, after loading and preprocessing it. Your code is great, except I can't access the weights file properly. (I have verified that I downloaded it and the file exists, etc.) Is it possible to send me a copy of the weights file directly? IF so, I would really appreciate! Or I can email you directly. Thanks very much! PlainJanePeck

Corrupt App.py File

I hope this email finds you well. I encountered an issue with the main file (app.py) of our Breast Cancer Detection project. It seems that the file is corrupt and showing the following error:-
Traceback (most recent call last):
File "app.py", line 4, in
from weights import download_weights
File "E:\PROJECT2\Breast-Cancer-Detection\weights.py", line 1, in
from google_drive_downloader import GoogleDriveDownloader as gdd
ModuleNotFoundError: No module named 'google_drive_downloader'

how can show all tags?

SNAG-0896

class_name=['Benigno con densidad=1','Maligno con densidad=1','Benigno con densidad=2','Maligno con densidad=2','Benigno con densidad=3','Maligno con densidad=3','Benigno con densidad=4','Maligno con densidad=4']

is not showing density and number completly

ImportError: cannot import name 'ParamSpec' from 'typing_extensions'

(env) root@felipe:~/Breast-Cancer-Detection# python3 app.py                     2022-06-05 06:05:49.297118: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-06-05 06:05:49.297168: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
  File "app.py", line 7, in <module>
	import gradio as gr
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/gradio/__init__.py", line 3, in <module>
	import gradio.components as components
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/gradio/components.py", line 28, in <module>
	from gradio.blocks import Block
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/gradio/blocks.py", line 14, in <module>
	from fastapi.concurrency import run_in_threadpool
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/fastapi/__init__.py", line 7, in <module>
	from .applications import FastAPI as FastAPI
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/fastapi/applications.py", line 15, in <module>
	from fastapi import routing
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/fastapi/routing.py", line 22, in <module>
	from fastapi.datastructures import Default, DefaultPlaceholder
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/fastapi/datastructures.py", line 3, in <module>
	from starlette.datastructures import URL as URL  # noqa: F401
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/starlette/datastructures.py", line 7, in <module>
	from starlette.concurrency import run_in_threadpool
  File "/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/starlette/concurrency.py", line 11, in <module>
	from typing_extensions import ParamSpec
ImportError: cannot import name 'ParamSpec' from 'typing_extensions' (/root/Breast-Cancer-Detection/env/lib/python3.8/site-packages/typing_extensions.py)

dataset

i want to know where is the csv files that you used in the code when you imported from the drive .

Issue with app.py

Hi,
the app.py is working, but the cancer results are always the same for different images. Can you please help us in resolving the issue.

density2_malignant
desity4_benign

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.