Giter VIP home page Giter VIP logo

datasheet-scrubber's People

Contributors

hong-yh avatar mithro avatar mortezafayazi avatar serafibk avatar tajayi avatar yurenee avatar zach1123 avatar zinebbe 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

datasheet-scrubber's Issues

Tensorflow and Keras

Hi,
The versions of the python dependencies used in this repo are not stated. In particular I do not manage to figure out what versions of tensorflow and keras are needed for the code to run. I need to downgrade them to specific versions.

Can you help me? Thank you!

Feature Request: Support Xilinx Series 7 FPGA series

Build broken?

The make file README is looking for a file "Initializer.py", or is there no need for make?
Looks like it disappeared. Is there a preferred branch to build from?

Broken URL to installing MongoDB

This document gives a step by step guide on how to install MongoDB on other Operating Systems and how to perform queries. By the end of the tutorial you will be able to vizualize documents and search records in the Database using queries.

The link is broken. The website says to contact the uploader, I'm guessing this project.

Thanks!

Support conda for self contained Python environment

Datasheet scrubber requires Python 3.7 which is not generally available on long term release platforms. Anaconda is a self contained Python environment. It is used heavily by data scientists and machine learning experts.

An initial script could look like this one.

The minimal script could look something like

#!/bin/bash
wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod a+x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh -p ./env -b -f
pip install -r requirements.txt 
# Or maybe python setup.py
# Or maybe pip install .
echo "Set path using;"
echo "export PATH=$PWD/env/bin:$$PATH"

Conda also has support for "environment files"

Conda is also used heavily on Mac + Windows which don't ship with decent Python support.

negative value?

In the Youtube video for the datasheet scrubber, I can see a negative value of -1 for the minimum DNL, but the datasheet scrubber found a positive 1 value I think, and it seems like this error wasn't noticed, around 1:51 in the video.

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.