Giter VIP home page Giter VIP logo

exam_project's Introduction

Reducers and KMeans Training App

Repository details

├── .git/ # git logs file 
├── .gitignore # git ignore file 
├── data/  # corpus data stored in  data folder
│   └── ng20_data.joblib
├── dockerfile # Docker file to create an image docker 
├── main.py # main file that contains streamlit app execution
├── models/ # pickles models folder
│   ├── K-means/
│   │   └── kmeans_umap.pkl
│   └── reducers/
│       └── umap_model.pkl
├── notebooks/  # notebook folder for testing
│   └── umap_method_testing.ipynb
├── readme.md
├── requirements.txt
├── src/
│   ├── __pycache__/
│   │   └── utils.cpython-310.pyc
│   └── utils.py
└── tree.py

repo clonning

git clone https://github.com/Oussamayousre/exam_project.git

Requirements

# this command is to install necessary requirements to use the streamlit application
pip install -r requirements.txt

Application run

without docker

python main.py
# then you can easily interact with the streamlit app 

Docker

docker build -t reducer_app .
docker run reduce_app 

Streamlit UI

the entire streamlit page

Alt text

UMAP reducer projection of data

Alt text

K means projcection of its results

Alt text

Project Steps using git and GitHub :

To deploy the project on GitHub and have each group member develop a different method, we followed the following steps:

  • Created a new repository named "exam_project" for the project on GitHub.
  • Each member cloned the repository to their local machine using the command: git clone https://github.com/Oussamayousre/exam_project
  • Each member created a branch.
  • Each member switched to their branch using the command: git checkout 'branch_name'
  • Each of us created a .ipynb file and developed our method. Then, we saved our changes using the commands: git add . git commit -m 'commit message'
  • Each member pushed to their branch using the command: git push -u origin branchName
  • Finally, we used the pull request function on GitHub to merge each branch with the main branch "main."

exam_project's People

Contributors

daizmeryem avatar fhamou avatar oussamayousre avatar

Watchers

 avatar

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.