Skip to content

A web-based platform that enables users to perform machine learning tasks effortlessly without writing any code.

Notifications You must be signed in to change notification settings

vishalxtyagi/no-code-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No-Code ML

Welcome to the No-Code ML project repository! This project aims to provide a simplified way to apply machine learning techniques without the need for extensive coding. With this project, you can quickly experiment with machine learning models and explore their capabilities.

Installation

To use this project, follow the steps below:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/vishalxtyagi/no-code-ml
  1. Navigate to the cloned repository directory:
cd no-code-ml
  1. Create a Python virtual environment named 'venv':
py -m venv venv
  1. Activate the virtual environment:
venv\Scripts\activate
  1. Install the required dependencies from the 'requirements.txt' file:
pip install -r requirements.txt

Usage

After completing the installation steps, you can run the main script using the following command:

python main.py

This will launch the No-Code ML application, where you can interactively experiment with machine learning models.

Contributing

We welcome contributions to improve the No-Code ML project. If you would like to contribute, please follow these guidelines:

  1. Fork the repository and create your branch:
git checkout -b my-feature
  1. Implement your changes and ensure they are well-documented.

  2. Commit your changes with a descriptive commit message:

git commit -m "Add my feature"
  1. Push your changes to your forked repository:
git push origin my-feature
  1. Open a pull request, describing your changes and their purpose.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Contact

If you have any questions or suggestions regarding this project, feel free to reach out to the project maintainer at [email protected].

About

A web-based platform that enables users to perform machine learning tasks effortlessly without writing any code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published