- ๐ Hi, Iโm Dr. Vishal Sharma.
- ๐ I offer tailored data analytics, big data, and machine learning solutions using strategic research and analytics for startups in retail through my Agency.
- ๐ญ I create content related to Python and Data Science.
- ๐ฑ Iโm learning advanced Neural Network techniques.
- ๐๏ธ Iโm looking to collaborate with other Data Science practitioners.
- ๐ซ Email me: vxsharma14@gmail.com
๐
Working from home
Owner and Principal Consultant at SARDA DataWorks - a data intelligence agency. I love helping my clients make innovative data-driven solutions.
-
SARDA DataWorks
- Noida, India
-
12:28
(UTC +05:30) - https://vxsharma-14.github.io
- @vishals_py
Pinned Loading
-
computer-vision-projects
computer-vision-projects Public#computervision #panopticsegmentation #instancesegmentation
Jupyter Notebook
-
-
twitter_stream_listener.py
twitter_stream_listener.py 1class StreamListener(tweepy.StreamingClient):
2def __init__(self, kafka_topic, kafka_producer, batch_size, wait_on_rate_limit):
3super().__init__(bearer_token=keys.bearer_token, wait_on_rate_limit=wait_on_rate_limit)
4self.topic = kafka_topic
5self.producer = kafka_producer
-
create_kafka_topic.sh
create_kafka_topic.sh 1# ---2# Syntax for starting Zookeeper server locally3.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
45# Syntax for starting Kafka server locally -
kafka_tweet_consumer.py
kafka_tweet_consumer.py 1def get_kafka_consumer():
2kafka_consumer = KafkaConsumer(topic='data-science-tweets',
3bootstrap_servers=['localhosy:9092'],
4# value_deserializer=lambda x: json.loads(x.decode('utf-8')5)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

