Skip to content
View urchaug's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report urchaug

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
urchaug/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m @urchaug
  • ๐Ÿ‘€ Iโ€™m interested in learning python,Django,machine .
  • ๐ŸŒฑ Iโ€™m currently learning machine learning deployment
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on with other smart minds on this space
  • ๐Ÿ“ซ How to reach me through instagram@engr_ohms

Skills

  • Languages: JavaScript, Python, HTML, CSS,R
  • Frameworks: React, Node.js, Express,Tensorflow
  • Tools: Git, Docker, AWS

Projects

  • Project 1: # TraderBot Build a trader bot which looks at sentiment of live news events and trades appropriately.

See it live and in action ๐Ÿ“บ

Startup ๐Ÿš€

  1. Create a virtual environment conda create -n trader python=3.10
  2. Activate it conda activate trader
  3. Install initial deps pip install lumibot timedelta alpaca-trade-api
  4. Install transformers and friends pip install torch torchvision torchaudio transformers
  5. Update the API_KEY and API_SECRET with values from your Alpaca account
  6. Run the bot python tradingbot.py

N.B. Torch installation instructions will vary depending on your operating system and hardware. See here for more: PyTorch Installation Instructions

If you're getting an SSL error when you attempt to call out to the Alpaca Trading api, you'll need to install the required SSL certificates into your machine.

  1. Download the following intermediate SSL Certificates, these are required to communicate with Alpaca
  1. Once downloaded, change the file extension of each file to .cer
  2. Double click the file and run through the wizard to install it, use all of the default selections. .
  • Project 2: # cristina a predictive service to assist with stock trading

-powered by News API .

Get in Touch

Fun Facts

  • ๐ŸŽธ I play the guitar.
  • ๐Ÿ“š I love reading tech blogs.

Popular repositories Loading

  1. python-scripts python-scripts Public

    Python 3 4

  2. program-helloworld program-helloworld Public

  3. Visual-Basic-6 Visual-Basic-6 Public

    Forked from apexzy/Visual-Basic-6

    Sample Code for Visual Basic program codes and parameters.

    Visual Basic

  4. visual-basic6 visual-basic6 Public

    this repository is a folder that contain source codes on visual basic6

    Visual Basic

  5. cubic-graph-function cubic-graph-function Public

    it is a code that displays a graph function of a cubic equation

  6. django-projects django-projects Public

    Python