Skip to content

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