Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add files via upload #6

wants to merge 2 commits into from

Conversation

Ni-Kit-Mht
Copy link

@Ni-Kit-Mht Ni-Kit-Mht commented Jun 1, 2024

Incubator

This project aims to find a map of each school from Source A to a school in Source B using a dataset that combines both Source A and Source B on the basis of location.

Deployment

Install the python if u have not already then
Create a virtual environment

python -m venv myenv

Activate the virtual environment

source myenv/bin/activate

Install pandas

pip install pandas

Go into folder contribution

cd contribution

Run the python file

python python_script.py

@Wahesh
Copy link

Wahesh commented Jun 2, 2024

The output sample is very convincing.
Did you check how long this might take to check and find a match for all the 29K schools? Unlike others, this is running on COLAB, so the GPUs could speed up the match.

@Ni-Kit-Mht
Copy link
Author

The output sample is very convincing. Did you check how long this might take to check and find a match for all the 29K schools? Unlike others, this is running on COLAB, so the GPUs could speed up the match.

It takes a long time about a day to run on the whole sample. I am figuring out a way to reduce the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants