All Projects → Mikerah → FakeDataGenerator

Mikerah / FakeDataGenerator

Licence: MIT license
fakedatagenerator.herokuapp.com/

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to FakeDataGenerator

Django-WebApp
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.
Stars: ✭ 285 (+1483.33%)
Mutual labels:  django-framework, django-web
baset
Testing tool for baseline strategy
Stars: ✭ 26 (+44.44%)
Mutual labels:  testing-tools
DebugWindow
一个在真机上测试时方便查看输出日志的小工具。(A debug tool which helps you view the console logs on the device when you test you APP.)
Stars: ✭ 36 (+100%)
Mutual labels:  testing-tools
tools
Tools used for Penetration testing / Red Teaming
Stars: ✭ 63 (+250%)
Mutual labels:  testing-tools
distest
A library used to do integration testing on discord bots
Stars: ✭ 29 (+61.11%)
Mutual labels:  testing-tools
testcontainers
Selenide + TestContainers (Docker) sample project
Stars: ✭ 28 (+55.56%)
Mutual labels:  testing-tools
pymongo inmemory
A mongo mocking library with an ephemeral MongoDB running in memory.
Stars: ✭ 25 (+38.89%)
Mutual labels:  testing-tools
sandboni-core
Sandboni - Java test optimization library which reduces test execution time without compromising quality
Stars: ✭ 27 (+50%)
Mutual labels:  testing-tools
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (+127.78%)
Mutual labels:  testing-tools
evolutio
ab testing framework with automated code removing
Stars: ✭ 15 (-16.67%)
Mutual labels:  testing-tools
ts-mock-imports
Intuitive mocking library for Typescript class imports
Stars: ✭ 103 (+472.22%)
Mutual labels:  testing-tools
diferencia
Tool to detect regressions between services
Stars: ✭ 51 (+183.33%)
Mutual labels:  testing-tools
apitest
this is a tool for testing Laravel REST API
Stars: ✭ 11 (-38.89%)
Mutual labels:  testing-tools
json-crate
📦 json-crate: a minimalistic promise-based json database
Stars: ✭ 29 (+61.11%)
Mutual labels:  testing-tools
saloon
An E2E test seeder for enterprise web applications
Stars: ✭ 30 (+66.67%)
Mutual labels:  testing-tools
react-router-testing-utils
A collection of utilities to test React Router with React Testing Library (Work in progress 🚧)
Stars: ✭ 34 (+88.89%)
Mutual labels:  testing-tools
kasir
Cashier Management & Inventory Management System
Stars: ✭ 28 (+55.56%)
Mutual labels:  django-framework
jest-watch-suspend
Suspending jest watch mode
Stars: ✭ 13 (-27.78%)
Mutual labels:  testing-tools
react-native-unit-tests
Example how to test React Native components
Stars: ✭ 79 (+338.89%)
Mutual labels:  testing-tools
BadMedicine
Library and CLI for randomly generating medical data like you might get out of an Electronic Health Records (EHR) system
Stars: ✭ 18 (+0%)
Mutual labels:  testing-tools

FakeDataGenerator

Overview

FakeDataGenerator is a Django web app that let's users create fake datasets for their data science/machine learning projects. Lately, I've been trying to learn machine learning and implement basic 1D versions of popular algorithms. However, I couldn't find anything online that just gave me a simple txt file or csv file. So, I decided to create FakeDataGenerator.

What I've learned

I haven't learned a lot during this project but it has increased my understanding on what I can and cannot do with the Django framework. I learned how to easily incoporate downloads into a django web app (in less than 5 lines of code). I have also learned how to deal with csv files. Also, I honestly didn't think I would be able to finish such a project in so little time. It is nice to see how my skills with the Django web framework have developped over the past year and I hope to improve over the next years.

Improvements

As always, there is a ton that can be done to improve this project. A major thing that needs to be improved it the formatting of the text file when a user downloads a dataset. When I run the standalone generate function, the text file has the perfect formatting. However, this is not the case when one downloads a file straight from the website. And as with my other projects, both my code design and web design skills need to be improved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].